initial commit
This commit is contained in:
8
tests/test_run_simulations.py
Normal file
8
tests/test_run_simulations.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from scgenerator.physics.simulate import new_simulations
|
||||
from scgenerator import io
|
||||
import ray
|
||||
|
||||
ray.init()
|
||||
|
||||
sim = new_simulations("testing/configs/run_simulations/full_anomalous.toml", 123)
|
||||
sim.run()
|
||||
Reference in New Issue
Block a user