Skip to content

Commit

Permalink
Formatting isort and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mspelman07 committed Sep 27, 2023
1 parent 67e52a3 commit ee1ee4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions improver/utilities/cube_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ def maximum_in_height(
height coordinate of cube.
Returns:
A cube of the maximum value over the height coordinate or maximum value between the desired
height values. This cube inherits Iris' meta-data updates to the height coordinate and to the
cell methods
height values. This cube inherits Iris' meta-data updates to the height coordinate and to
the cell methods.
"""
cube_name = cube.name()
height_levels = cube.coord("height").points
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
Unit tests for the function "cube_manipulation.maximum_in_height".
"""

import pytest
import numpy as np
import pytest

from improver.synthetic_data.set_up_test_cubes import set_up_variable_cube
from improver.utilities.cube_manipulation import maximum_in_height
Expand Down

0 comments on commit ee1ee4f

Please sign in to comment.