ecell4 icon indicating copy to clipboard operation
ecell4 copied to clipboard

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena

Results 33 ecell4 issues
Sort by recently updated
recently updated
newest added

This is due to forgetting to update setup.py We need to increase the version of `ecell4_base` in the ecell4 `setup.py` from 2.0.5 to 2.1.0.

Labels are invisible. ![image](https://user-images.githubusercontent.com/778255/82749461-5c9b3000-9de4-11ea-99ab-1ce73b9b17de.png)

```python fig, ax = plt.subplots() _ = ax.plot(x, y, 'k--') plt.close() fig ``` https://qiita.com/U25CE/items/c2714bf5903de84bf47b

```python plotting.plot_number_observer(obs, x='x', y='y', z='z') ```

``` python from numpy import exp from ecell4 import * with reaction_rules(): A > B | exp(A) * A m = get_model() print([rr.as_string() for rr in m.reaction_rules()]) ``` must show...

bug
invalid

https://arxiv.org/help/api/user-manual

I will add some tests using https://github.com/sbmlteam/sbml-test-suite to ecell4.

Although I can not give a concrete example yet, but it seems possible to use this Netflix integration testing method for E-Cell4. https://medium.com/netflix-techblog/scheduling-notebooks-348e6c14cfd6