Skip to content

Commit

Permalink
notebook typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QRemy committed Apr 4, 2022
1 parent 9b37bec commit 81f6a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/analysis/3D/event_sampling.ipynb
Expand Up @@ -750,7 +750,7 @@
"irf_paths = [Path(irf_filename)] * n_obs\n",
"events_paths = []\n",
"for idx, tstart in enumerate(tstarts):\n",
" irf_path = load_cta_irfs(irf_paths[idx])\n",
" irfs = load_cta_irfs(irf_paths[idx])\n",
" observation = Observation.create(\n",
" obs_id=idx,\n",
" pointing=pointing,\n",
Expand Down

0 comments on commit 81f6a80

Please sign in to comment.