Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored and WilliamJamieson committed Nov 15, 2024
1 parent c1fbac2 commit 3ed5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwcs/coordinate_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def world_axis_object_classes(self):
{'unit': self.unit[0]})}

@property
def _world_axis_object_components(self):
def _native_world_axis_object_components(self):
return [('spectral', 0, lambda sc: sc.to_value(self.unit[0]))]


Expand Down

0 comments on commit 3ed5458

Please sign in to comment.