Skip to content

Commit

Permalink
change defaults to also use .ii.h5 in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
kdund committed Jan 4, 2024
1 parent 103c344 commit 50e8d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/3_sensitivity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
" generate_values={\"wimp_rate_multiplier\": 0.0},\n",
" compute_confidence_interval=True,\n",
" toydata_mode=\"generate\",\n",
" output_filename=\"out.h5\",\n",
" output_filename=\"out.ii.h5\",\n",
" **model_config\n",
")"
]
Expand Down Expand Up @@ -163,7 +163,7 @@
"metadata": {},
"outputs": [],
"source": [
"results = toyfiles_to_numpy(\"out.h5\")\n",
"results = toyfiles_to_numpy(\"out.ii.h5\")\n",
"uls = results[\"free\"][\"ul\"]"
]
},
Expand Down

0 comments on commit 50e8d0e

Please sign in to comment.