Skip to content

Commit

Permalink
fix typo and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia Dencheva committed Nov 21, 2023
1 parent 065d4ce commit 9b59a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'CI'
on:
push:
branches:
- 'master'
- '*'
tags:
- '*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion gwcs/coordinate_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b59a27

Please sign in to comment.