Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Feb 12, 2024
1 parent 5852654 commit 7e8871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/fileformats/netcdf/saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2813,7 +2813,7 @@ def attr_values_equal(val1, val2):
}
if invalid_globals:
# Some cubes have different global attributes: modify cubes as required.
warnings.warn(
warn_once_at_level(
f"Saving the cube global attributes {sorted(invalid_globals)} as local "
"(i.e. data-variable) attributes, where possible, since they are not "
"the same on all input cubes.",
Expand Down

0 comments on commit 7e8871e

Please sign in to comment.