Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 24a507d commit c3e4ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run_testcase(self, warning_regex=None, **testcase_kwargs):
if self.debug_info:
print("\nCube:")
print(cube)
print("")
print()
return cube

def _make_testcase_cdl(self, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ def check_result(
self.assertEqual(1, len(cube.coords(dim_coords=True)))
(coord,) = coords
if self.debug_info:
print("")
print()
print("DEBUG : result coord =", coord)
print("")
print()

coord_stdname, coord_longname, coord_units, coord_crs = [
getattr(coord, name)
Expand Down

0 comments on commit c3e4ca6

Please sign in to comment.