Skip to content

Commit

Permalink
TEMPORARY: make new deprecation warning an error for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Apr 14, 2023
1 parent 7807693 commit 7c54d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/base/exposureIdInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"Deprecated in favor of lsst.meas.base.CatalogIdPacker; will be removed after v27.",
version="v26",
category=FutureWarning,
action="error",
)
class ExposureIdInfo:
"""Struct representing an exposure ID and the number of bits it uses.
Expand Down

0 comments on commit 7c54d73

Please sign in to comment.