Skip to content

Commit

Permalink
Update demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Janody authored Oct 15, 2023
1 parent 97c4d60 commit 0e3c197
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions demo_notebooks/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@
"import joblib\n",
"import json\n",
"import pandas as pd\n",
"import oasisabm as as\n",
"\n",
"import sys \n",
"sys.path.append('simulation/')\n",
"\n",
"from input_data import data_reader\n",
"from error_terms import GaussianError, EVError\n",
"from simulation import MIP\n"

"from oa.input_data import data_reader\n",
"from oa.error_terms import GaussianError, EVError\n",
"from oa.simulation import MIP\n"
]
},
{
Expand Down

0 comments on commit 0e3c197

Please sign in to comment.