You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the example_nb.ipynb in gammapy-ogip-spectra, I needed to adapt two small things in gammapyXray to be compatible with gammapy version 1.3:
is_norm has to be removed since it has been remove from Parameter()
in ogip_spectrum_dataset.py
L118ff:
In the definition of npred_signal, all model_name occurrences should be updated to model_names to match the current format in SpectrumDatasetOnOff.npred_signal() in gammapy 1.3
The text was updated successfully, but these errors were encountered:
When running the example_nb.ipynb in gammapy-ogip-spectra, I needed to adapt two small things in gammapyXray to be compatible with gammapy version 1.3:
L32ff:
is_norm
has to be removed since it has been remove fromParameter()
L118ff:
In the definition of
npred_signal
, allmodel_name
occurrences should be updated tomodel_names
to match the current format inSpectrumDatasetOnOff.npred_signal()
in gammapy 1.3The text was updated successfully, but these errors were encountered: