Skip to content

Commit

Permalink
Merge pull request #747 from nu-radio/fschlueter-patch-1
Browse files Browse the repository at this point in the history
Update detector_base.py: Fix astropy deprecation warning
  • Loading branch information
fschlueter authored Nov 20, 2024
2 parents e1921d8 + 0b532b7 commit a4111c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuRadioReco/detector/detector_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from tinydb_serialization import Serializer
import six # # used for compatibility between py2 and py3
import warnings
from astropy.utils.exceptions import ErfaWarning
from erfa import ErfaWarning
import NuRadioReco.utilities.metaclasses

logger = logging.getLogger('NuRadioReco.detector')
Expand Down

0 comments on commit a4111c3

Please sign in to comment.