Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Sep 6, 2023
1 parent b98f0f4 commit 15debc9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def bathymetry(
fill_channels=False,
minimum_layers=3,
maketopog=True,
positivedown=False
positivedown=False,
):
"""Cuts out and interpolates chosen bathymetry, then fills
inland lakes.
Expand Down Expand Up @@ -1094,7 +1094,6 @@ def bathymetry(
"mv topog_deseas.nc topog.nc", shell=True, cwd=self.mom_input_dir
)


self.topog = topog
return

Check warning on line 1098 in regional_mom6/regional_mom6.py

View check run for this annotation

Codecov / codecov/patch

regional_mom6/regional_mom6.py#L1097-L1098

Added lines #L1097 - L1098 were not covered by tests

Expand All @@ -1112,7 +1111,7 @@ def FRE_tools(self, layout):
) ## Removes old mask table so as not to clog up inputdir
except:
pass

Check warning on line 1113 in regional_mom6/regional_mom6.py

View check run for this annotation

Codecov / codecov/patch

regional_mom6/regional_mom6.py#L1112-L1113

Added lines #L1112 - L1113 were not covered by tests

print(
"MAKE SOLO MOSAIC",
subprocess.run(
Expand All @@ -1134,7 +1133,7 @@ def FRE_tools(self, layout):
),
sep="\n\n",
)

print(
"CHECK MASK",
subprocess.run(
Expand Down

0 comments on commit 15debc9

Please sign in to comment.