-
Add code from main PhysiCell branch makefile to enable compiling on the Apple M1/M2 chipset.
Should be around [here](https://github.com/MathCancer/PhysiCell/blob/bc3b32fc1e943e3757d6eb2f6551733963…
-
-
I have set up physicell (by the way the installation manual is very well written and easy to follow) and trid to run the first sample project and got an error message:
BioFVM_vector.o: file not reco…
-
There's currently a duplicate assignment for `maximum_attachment_rate` in the Mechanics constructor. Wondering if one should be for detachment_rate? Currently at this location in the dev branch:
http…
-
Upon continous integration testing via Github Action workflow, it was discovered that the dev branch compiles with warnings (specifically called out lines 2244 and 2355 of /custom_modules/AMIGOS-invas…
-
userstory: For agent to learn physics from the environment it has to see it.
**ToDo:**
- [ ] Try and run minimal model with image observations, until signs of life with
-
i run
```
make reset
make temple
```
after that, in the granted `PhysiCell_settings.xml` is a standalone `` tag, line 315.
I am not a pro in xml, but this looks strange to me.
-
The python package seems to modify files under the `site-packages` this is something which should really
be changed. As we can now not mount the installation dir as `ro` and creating a shared install…
-
Users have reported getting a strange compilation error after they updated their macOS to 12.6. Running `make` would end in:
```
ld: Assertion failed: (_file->_atomsArrayCount == computedAtomCount …
-
In [`PhysiCell_standard_models.cpp`](https://github.com/MathCancer/PhysiCell/blob/master/core/PhysiCell_standard_models.cpp)'s `standard_volume_update_function` I believe the calcified fraction update…