Jordan Rozum
Jordan Rozum
I ran into some trouble installing this in WIndows 11 using python 3.9 a while ago, and I was reminded of these problems when I was upgrading to 3.10 today....
Related to #13161 Adds examples for the following: https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.kurtosis.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.quantile.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.rolling_corr.html https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.rolling_cov.html https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.set_random_seed.html
Specifically, the network-level functions need to be tested, and we should look at our testing coverage in more detail to identify where other gaps may exist.
Currently, the Linux version of `pyboolnet` is not working, so, by extension, neither is `pystablemotifs`. See https://github.com/hklarner/pyboolnet/issues/107.
In issue #73, I brought up the possibility of doing attractor control without the succession diagram. Here is a rough sketch of how the algorithm would work. ```python stable_motifs =...
I just upgraded to version 3.0.11 on Linux and got an error because gringo and clasp could not be found. It looks like `binaries/linux64/settings.cfg` expects them to be packaged with...