Skip to content

Commit 7b4df7c

Browse files
committed
refactor(model): rename simulation.py to model.py (else importing simulation.simulation)
1 parent 28214d4 commit 7b4df7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

notebooks/analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"# pylint: disable=wrong-import-position\n",
1515
"from simulation.parameters import Param\n",
16-
"from simulation.simulation import Model"
16+
"from simulation.model import Model"
1717
]
1818
},
1919
{

0 commit comments

Comments
 (0)