File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11from neuromlmodel import add_neuroml_model # noqa: F401
2- from siberneticmodel import add_sibernetic_model # noqa: F401
2+ from SiberneticReplay import add_sibernetic_model # noqa: F401
33from virtualworm import add_virtualworm_muscles # noqa: F401
44from virtualworm import add_virtualworm_neurons # noqa: F401
55
Original file line number Diff line number Diff line change 22import sys
33
44from neuromlmodel import add_neuroml_model # noqa: F401
5- from siberneticmodel import add_sibernetic_model # noqa: F401
5+ from SiberneticReplay import add_sibernetic_model # noqa: F401
66from virtualworm import add_virtualworm_muscles # noqa: F401
77from virtualworm import add_virtualworm_neurons # noqa: F401
88
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ python neuromlmodel.py -nogui
1111python neuropal.py -nogui
1212
1313# Test the Sibernetic loader without showing the GUI
14- python siberneticmodel .py Sibernetic/impermeability.txt -b -nogui
14+ python SiberneticReplay .py Sibernetic/impermeability.txt -b -nogui
1515
1616# Test the VirtualWorm loader without showing the GUI
1717python virtualworm.py -nogui
You can’t perform that action at this time.
0 commit comments