From 3ed5458c953dd7000694a65bbff0b49fb198017d Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Thu, 17 Oct 2024 12:05:10 +0100 Subject: [PATCH] Fix rebase --- gwcs/coordinate_frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwcs/coordinate_frames.py b/gwcs/coordinate_frames.py index dda68ac2..e549c9e4 100644 --- a/gwcs/coordinate_frames.py +++ b/gwcs/coordinate_frames.py @@ -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]))]