From 9b59a27f68e9320012035ac0e5f3d2cbaed2a3af Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 21 Nov 2023 03:42:46 -0500 Subject: [PATCH] fix typo and run tests --- .github/workflows/ci.yml | 2 +- gwcs/coordinate_frames.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b75e3d74..22f34a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: 'CI' on: push: branches: - - 'master' + - '*' tags: - '*' pull_request: diff --git a/gwcs/coordinate_frames.py b/gwcs/coordinate_frames.py index 834b1e71..b631003d 100644 --- a/gwcs/coordinate_frames.py +++ b/gwcs/coordinate_frames.py @@ -472,7 +472,7 @@ def world_axis_object_components(self): return [(f"{at}{i}" if i != 0 else at, 0, 'value') for i, at in enumerate(self._prop.axes_type)] @property - def _native_world_axis_object_components(self): + def _native_world_axis_object_components(self): """Defines the target component ordering (i.e. not taking into account axes_order)""" return self.world_axis_object_components