Galen Seilis

Results 56 comments of Galen Seilis

I updated `pip` and got a different output when I retried to install `ripser`. ```bash pip3 install ripser Defaulting to user installation because normal site-packages is not writeable Collecting ripser...

Any progress in understanding how to setup having multiple outputs since this thread was last updated?

A few options come to mind for batched servicing. # Option 1: Multiple servers In a sense what batch processing means is that there are multiple abstract servers, which may...

I might have to think more service lingering time. One simple option is to include the lingering time into the Ciw node's service time. That would be fine if you're...

TODO: Update tests of `__repr__`.

[Ruff](https://docs.astral.sh/ruff/) would be a faster (Rust-based) alternative.

> Hi, I love this idea. In fact, the baulking function could just take in the simulation object itself, and then have access to any property of the system it...

@twiecki Currently I am mostly using scikit-learn (and Keras/Tensorflow) for machine learning. With PyMC I am mostly building multi-level models currently, but I am hoping to move more towards using...

There is a [monkey patch](https://en.wikipedia.org/wiki/Monkey_patch) strategy I have developed for this and similar issues. The gist of it is to have a randomly-unstable data structure (RUDS) which contains a reference...

Should be possible to incrementally check and update parts of the code: - https://stackoverflow.com/questions/42123798/is-there-any-way-to-lint-a-python-file-to-check-for-numpy-documentation-style-ad