Skip to content

Commit 6206a4b

Browse files
committed
making larger radius vessels for smoke test
1 parent 2074c9e commit 6206a4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/basic_smoke_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ def main() -> None:
1313

1414
t = Tree()
1515
t.set_domain(cube)
16+
t.parameters.set('root_pressure', 100)
17+
t.parameters.set('terminal_pressure', 0)
1618
t.set_root()
1719
# Use a small tree to keep the smoke test
1820
# lightweight across all CI runners.

0 commit comments

Comments
 (0)