Skip to content

Commit

Permalink
all tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Nov 2, 2023
1 parent 3cc1e28 commit ece7799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_multidim_cubes():
expected_cube.add_dim_coord(time, 0)
expected_cube.add_aux_coord(tgt.coord("latitude"), 1)
expected_cube.add_aux_coord(tgt.coord("longitude"), 1)
expected_cube.add_dim_coord(height, 3)
expected_cube.add_dim_coord(height, 2)

# Check metadata and scalar coords.
result.data = expected_data
Expand Down

0 comments on commit ece7799

Please sign in to comment.