Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Remy <[email protected]>
  • Loading branch information
QRemy committed Oct 17, 2024
1 parent 38ca815 commit 0d79e9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gammapy/irf/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def from_table(cls, table, format="gadf-dl3"):
data = data.transpose()

if (
table.meta
and table.meta.get("CREATOR", None) == "SASH FITS::EventListWriter"
table.meta.get("CREATOR", None) == "SASH FITS::EventListWriter"
and table.meta.get("HDUVERS", None) == "0.2"
):
# longitude is reverse in this production
Expand Down

0 comments on commit 0d79e9d

Please sign in to comment.