Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
truth-quark committed Aug 30, 2024
1 parent 9c53c06 commit d8da6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_um2netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def test_fix_pressure_levels_do_rounding(get_fake_cube_coords):

um2nc.fix_pressure_levels(cube)

# TODO: test flaw, this verifies pressure coord but ignores fix_plevs()
# TODO: test flaw, this verifies pressure coord but ignores fix_pressure_levels()
# returning a new cube if the pressure is reversed. This is verified
# in command line testing though
c_pressure = cube.coord('pressure')
Expand All @@ -794,7 +794,7 @@ def test_fix_pressure_levels_reverse_pressure(get_fake_cube_coords):
with mock.patch("iris.util.reverse"):
um2nc.fix_pressure_levels(cube)

# TODO: test flaw, this verifies pressure coord but ignores fix_plevs()
# TODO: test flaw, this verifies pressure coord but ignores fix_pressure_levels()
# returning a new cube if the pressure is reversed. This is verified
# in command line testing though
c_pressure = cube.coord('pressure')
Expand Down

0 comments on commit d8da6b1

Please sign in to comment.