Skip to content

Commit

Permalink
feat: add and tidy notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Mar 22, 2023
1 parent d1156d6 commit 2c014f5
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 3 deletions.
255 changes: 255 additions & 0 deletions parameter_results/MarginScalingFactors/MarginScalingFactors.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions parameter_results/TauScalingFactor/TauScalingFactor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"outputs": [],
"source": [
"import os\n",
"from parameter_results.toolkit import SingleParameterExperimentTk"
"from parameter_results.toolkit import SingleParameterExperimentTk\n",
"\n",
"from vega_sim.scenario.common.utils.price_process import Granularity"
]
},
{
Expand All @@ -44,7 +46,8 @@
"source": [
"experiment = SingleParameterExperimentTk(\n",
" path=os.getcwd(),\n",
" dt=5/60\n",
" dt=1,\n",
" granularity=Granularity.MINUTE,\n",
")"
]
},
Expand Down Expand Up @@ -169,7 +172,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.10"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 2c014f5

Please sign in to comment.