Bacterial_branching example #4
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
publication
Relevant for publication
Milestone
Hi, as part of the review that I am doing for JOSS (openjournals/joss-reviews#7723), I am trying to run the examples shared in the article.
I first went to
cellular_raza-examples/bacterial_branching
and rancargo run --release
. Then, I ranpython src/plotting.py
.The video generated is the following, which does not look like Figure 3 of the article.
movie.mp4
I then tried to use the files listed on this page of the website. I used the following
Cargo.toml
file (copied frombacterial_branching
example with just the name changed):But upon running
cargo run --release
, I am getting the following error:Is there something that I am doing wrong?Edit: Ok, I figured it out: I had to enable the
cpu_os_threads
feature. I obtained the following final state:It looks a bit more like what is shown in the article. I saw that you state on this page that you lost the parameters that generated the illustration picture. While this might be fine for the documentation, I think that it ought to be possible to recreate the figures that you use in the article. Have you considered using for Figure 3 an illustration coming from a known set of parameters?
The text was updated successfully, but these errors were encountered: