Skip to content

Commit 501da65

Browse files
committed
fix prettier complaints.
1 parent fa17af3 commit 501da65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/scripts/fielddata_workflow.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import os
22
import shutil
33
from pathlib import Path
4-
from pyvcell.vcml import VcmlReader, Simulation
4+
5+
from pyvcell.vcml import Simulation, VcmlReader
56
from pyvcell.vcml.vcml_simulation import VcmlSpatialSimulation as Solver
67

78
# ----- make a workspace
@@ -48,4 +49,4 @@
4849
sim2_result = Solver(bio_model=bio_model1, out_dir=sim2_dir).run(new_sim.name)
4950
sim2_result.plotter.plot_slice_3d(time_index=0, channel_id="s0")
5051
sim2_result.plotter.plot_slice_3d(time_index=0, channel_id="s1")
51-
sim2_result.plotter.plot_concentrations()
52+
sim2_result.plotter.plot_concentrations()

0 commit comments

Comments
 (0)