-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: resolve ruff check F821 for undefined name (#2062)
* refactor: resolve ruff check F821 for undefined name * Update test_gwf_lak_wetlakbedarea01.py * Update test_gwe_esl02.py make codespell happy * ruff --------- Co-authored-by: Eric Morway <emorway@usgs.gov> Co-authored-by: langevin-usgs <langevin@usgs.gov>
- Loading branch information
1 parent
1ab8050
commit c8f846c
Showing
6 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,12 +141,6 @@ def calc_qSat(top, bot, thk): | |
else: | ||
y = 1.0 | ||
|
||
else: | ||
if x < bot: | ||
y = 0.0 | ||
else: | ||
y = 1.0 | ||
|
||
return y | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters