Skip to content

Commit

Permalink
Fix bad detector record construction in tests.
Browse files Browse the repository at this point in the history
We were passing a lot of instrument record fields to detector record
construction, and DimensionRecord is no longer accepting things it
does not recognize.
  • Loading branch information
TallJimbo committed Nov 15, 2023
1 parent c11d347 commit e6bffec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/instrument_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def register(self, registry, update=False):
registry.syncDimensionData(
"detector",
dict(
dataId,
instrument=self.getName(),
id=d,
full_name=f"RXX_S0{d}",
),
Expand Down

0 comments on commit e6bffec

Please sign in to comment.