cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

A KeyError when running SpectralFit.ipynb in tutorials #102

Closed KeigoOkuma closed 7 months ago

KeigoOkuma commented 7 months ago

When running SpectralFit.ipynb in tutorials, I got KeyError: "Parameter 'ori_file' doesn't exists" at grb = BinnedData(data_path / "grb.yaml"). I checked contents of grb.yaml and the parameter 'ori_file' doesn't exists in the file.

ckarwin commented 7 months ago

Thanks @KeigoOkuma! Can you just add the ori_file keyword to your yaml file for now? @eneights will make a PR to fix this later today.

KeigoOkuma commented 7 months ago

OK, Thanks!

ckarwin commented 7 months ago

This issue has been fixed with PR #103.