Skip to content

Commit

Permalink
Update NSRP_test.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
navass11 committed Oct 5, 2021
1 parent f352afd commit a0e1feb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notebooks/NSRP_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@
"CAL1 = CAL(statistics_model_1, verbose=False)\n",
"#CAL2 = CAL(statistics_model_2, verbose=False)\n",
"\n",
"os.makedirs('./BILBAO/CAL1/')\n",
"\n",
"CAL1.save_files('./BILBAO/CAL1/')\n",
"#CAL2.save_files('./CAL2/')"
]
Expand Down Expand Up @@ -299,7 +301,7 @@
"\n",
"# Input parameters from a dataframe\n",
"#SIM2 = SIM(params_cal = './CAL2/Calibrated_parameters.csv')\n",
"\n",
"os.makedirs('./BILBAO/SIM1/')\n",
"SIM1.save_files('./BILBAO/SIM1/')\n",
"#SIM2.save_files('./SIM2/')"
]
Expand Down Expand Up @@ -559,6 +561,8 @@
"CAL = Calibration(hiper_params_cal) \n",
"CAL1 = CAL(statistics_model_1, verbose=False)\n",
"\n",
"os.makedirs('./SEVILLETA/CAL1/')\n",
"\n",
"CAL1.save_files('./SEVILLETA/CAL1/')"
]
},
Expand Down Expand Up @@ -588,6 +592,7 @@
"metadata": {},
"outputs": [],
"source": [
"os.makedirs('./SEVILLETA/SIM1/')\n",
"SIM1.save_files('./SEVILLETA/SIM1/')"
]
},
Expand Down

0 comments on commit a0e1feb

Please sign in to comment.