-
Hi! When running the catmap tutorial, I'm running into the following error when executing the reaction model. I do not see 'null' appearing in the code as I understand this will need to be replaced by…
-
I see that in some example models a `lattice_size` parameter appears... Is this deprecated or still used in the current version of the code?
Ditto for `print_every` and `total_steps`
EDIT: Also the s…
-
When I run catmap on either linux or Mac I get a type error. The program expects a float and gets an array. It seems as though the problem is in enthalpy_entropy.py in the function get_frequency_cutof…
-
Hi,
I tried running the codes provided in the tutorial, but instead of getting the same volcano plots as demonstrated in the tutorial, there are some blank squares in my output plots (attached). Anyo…
-
Adding doc strings to functions, make all lines shorter than 80 characters, hunt down CamelCase variable names, clean up any other instances of laziness on AJ's part.
-
Refactor the rootfinding code to use the algorithm detailed in http://onlinelibrary.wiley.com/doi/10.1002/aic.14627/abstract , which is tailored specifically for kinetic systems.
-
For example I'm looking for an equivalent to
```
std::vector src = {1,2,3,4,5,6};
std::vector result =
src
| flatMap([](int i){ return i%2 == 0 ? std::vector{i,i+1} : std::vector{i}…
-
FAIL in (verify-classification-iris-nil-catmap) (model_integration_test.clj:205)
#error {
:cause value 0 for Parameter num_class should be greater equal to 1
num_class: Number of output class in t…
-
Hello,
Images with special characters within the file name are not appearing. The home page of species.wikimedia.org omits species.wikimedia.org/wiki/File:Balistapus_undulatus_(Nausicaä).jpg
![Mis…
-
### The problem in depth 🔍
We have a problem with data-grid pro version for grouped rows. I have reported it on Zendesk too (https://mui.zendesk.com/agent/tickets/9025)
https://codesandbox.io/…