Skip to content

Commit

Permalink
format python autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Dec 20, 2024
1 parent 229f2f5 commit 5dc51a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions autotest/test_gwf_csub_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import pytest
from framework import TestFramework

# fmt: off
obs_names = [
"delay-flowtop", "delay-flowtop",
"delay-flowbot", "delay-flowbot",
Expand All @@ -19,6 +20,7 @@
"inelastic-compaction", "inelastic-compaction",
"elastic-compaction", "elastic-compaction",
]
# fmt: off
boundname = [
False, True,
False, True,
Expand All @@ -36,6 +38,7 @@
False, True,
False, True,
]
# fmt: off
test_fail = [
False, False,
False, False,
Expand Down
2 changes: 1 addition & 1 deletion autotest/test_gwf_csub_subwt02.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def get_model(idx, ws):
("w2l1", "interbed-compaction", (130,)),
("w2l2", "interbed-compaction", (340,)),
("w2l3", "interbed-compaction", (550,)),
("w2l4", "interbed-compaction",(760,)),
("w2l4", "interbed-compaction", (760,)),
("s1l1", "coarse-compaction", (0, 8, 9)),
("s1l2", "coarse-compaction", (1, 8, 9)),
("s1l3", "coarse-compaction", (2, 8, 9)),
Expand Down

0 comments on commit 5dc51a5

Please sign in to comment.