Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Nov 9, 2023
2 parents 875f827 + e942b32 commit 056defa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lib/iris/tests/unit/common/metadata/test_CoordMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ def setUp(self):
attributes=sentinel.attributes,
coord_system=sentinel.coord_system,
climatological=sentinel.climatological,
<<<<<<< HEAD
=======
guess_coord=sentinel.guess_coord,
>>>>>>> e942b321af9292b1826de69a3ee6ab98109b0cd0
)
self.dummy = sentinel.dummy
self.cls = CoordMetadata
Expand Down Expand Up @@ -261,6 +265,10 @@ def setUp(self):
attributes=sentinel.attributes,
coord_system=sentinel.coord_system,
climatological=sentinel.climatological,
<<<<<<< HEAD
=======
guess_coord=sentinel.guess_coord,
>>>>>>> e942b321af9292b1826de69a3ee6ab98109b0cd0
)
self.dummy = sentinel.dummy
self.cls = CoordMetadata
Expand Down
2 changes: 0 additions & 2 deletions lib/iris/tests/unit/coords/test_Coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,12 +1159,10 @@ def coord():

class Test_ignore_axis:
def test_default(self, coord):

assert coord.ignore_axis is False

def test_set_true(self, coord):
coord.ignore_axis = True

assert coord.ignore_axis is True

def test_set_random_value(self, coord):
Expand Down

0 comments on commit 056defa

Please sign in to comment.