Skip to content

Commit

Permalink
Update demo_choice_set.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Janody authored Oct 15, 2023
1 parent 725a277 commit 97c4d60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo_notebooks/demo_choice_set.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"import joblib\n",
"import pandas as pd\n",
"import numpy as np\n",
"import oasisabm as oa\n",

"\n",
"import sys\n",
"sys.path.append('estimation/')\n",
"\n",
"from estimation import ChoiceSetGenerator\n",
"from helper_func import parse_df_schedule, schedule_to_pandas\n"

"from oa.estimation import ChoiceSetGenerator\n",
"from oa.helper_func import parse_df_schedule, schedule_to_pandas\n"
]
},
{
Expand Down

0 comments on commit 97c4d60

Please sign in to comment.