Skip to content

Commit

Permalink
Fixed flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-garciaperdomo committed Jan 15, 2024
1 parent c0e2a74 commit 675117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ def test_uas_fix_metadata(uas_cubes):
out_cubes = fix.fix_metadata(uas_cubes)
assert out_cubes[0].var_name == 'uas'
coord = out_cubes[0].coord('height')
assert coord == height_coord
assert coord == height_coord

0 comments on commit 675117d

Please sign in to comment.