Skip to content

Commit

Permalink
improve jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 2, 2024
1 parent 15e24d1 commit 1ffe58e
Show file tree
Hide file tree
Showing 6 changed files with 2,827 additions and 178 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,5 @@ pythonData/test_data/SimID_946368938_0_.meshmetrics
pythonData/test_data/SimID_946368938_0_.subdomains
pythonData/test_data/SimID_946368938_0_.vcg
pythonData/test_data/SimID_946368938_mathmodel.vcml

pythonData/test_data/zarr/
176 changes: 156 additions & 20 deletions pythonData/example.ipynb

Large diffs are not rendered by default.

Binary file added pythonData/example_vcell_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,824 changes: 2,667 additions & 157 deletions pythonData/poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pythonData/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ python = "^3.11"
typer = "^0.9.0"
numexpr = "^2.9.0"
zarr = "^2.17.0"
jupyter = "^1.0.0"
matplotlib = "^3.8.3"


[tool.poetry.group.dev.dependencies]
Expand Down
1 change: 0 additions & 1 deletion pythonData/tests/vcell_parsing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_parse_vcelldata():
data = pde_dataset.get_data(v.var_name, t)
if data.size > 0 and v == "cytosol::RanC_cyt":
print(f"v={v}, t={t}, shape={data.shape}, min={np.min(data)}, max={np.max(data)}")
print("done")


def test_function_parse():
Expand Down

0 comments on commit 1ffe58e

Please sign in to comment.