Skip to content

Commit d2d8ac2

Browse files
committed
Rename SiberneticReplay to make it easier to integrate into sibernetic itself
1 parent b578b66 commit d2d8ac2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from 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
33
from virtualworm import add_virtualworm_muscles # noqa: F401
44
from virtualworm import add_virtualworm_neurons # noqa: F401
55

load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
from 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
66
from virtualworm import add_virtualworm_muscles # noqa: F401
77
from virtualworm import add_virtualworm_neurons # noqa: F401
88

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python neuromlmodel.py -nogui
1111
python 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
1717
python virtualworm.py -nogui

0 commit comments

Comments
 (0)