Skip to content

Commit

Permalink
Update python/lsst/daf/butler/dimensions/_coordinate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
TallJimbo and timj authored Nov 20, 2023
1 parent 03bea76 commit da352a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/dimensions/_coordinate.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class DataCoordinate(NamedKeyMapping[Dimension, DataIdValue]):
Lookups for implied dimensions (those in ``self.dimensions.implied``) are
supported if and only if `has_full_values` is `True`. This also sets the
keys of the `mapping` attribute. This means that DataCoordinate equality
keys of the `mapping` attribute. This means that `DataCoordinate` equality
is not the same as testing for equality on the `mapping` attribute
(instead, it is the same as testing for equality on the `required`
attribute).
Expand Down

0 comments on commit da352a8

Please sign in to comment.