Skip to content

Commit fbdbfa4

Browse files
committed
Fix rotated-aux-latitude test.
1 parent 2c4ba36 commit fbdbfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/iris/tests/unit/fileformats/netcdf/load_cube/load_cube__activate/test__grid_mappings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,9 @@ def test_aux_lat_rotated(self):
846846
# 005 : fc_build_coordinate_latitude_rotated
847847
result = self.run_testcase(
848848
mapping_type_name=hh.CF_GRID_MAPPING_ROTATED_LAT_LON,
849-
xco_is_dim=False,
849+
yco_is_dim=False,
850850
)
851-
self.check_result(result, xco_is_aux=True, xco_no_cs=True)
851+
self.check_result(result, yco_is_aux=True, yco_no_cs=True)
852852

853853

854854
class Test__aux_latlons__pyke_rules(Mixin__aux_latlons, tests.IrisTest):

0 commit comments

Comments
 (0)