Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
QRemy committed Nov 29, 2019
1 parent 4ffecd4 commit c6fc2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/joint_1d_3d_analysis.ipynb
Expand Up @@ -158,7 +158,7 @@
"path = \"$GAMMAPY_DATA/fermi-3fhl-crab/Fermi-LAT-3FHL\"\n",
"filedata = Path(path + \"_datasets.yaml\")\n",
"filemodel = Path(path + \"_models.yaml\")\n",
"datasets = Datasets.from_yaml(filedata=filedata, filemodel=filemodel)\n",
"datasets = Datasets.read(filedata=filedata, filemodel=filemodel)\n",
"dataset_fermi = datasets[0]"
]
},
Expand Down

0 comments on commit c6fc2ee

Please sign in to comment.