Skip to content

Commit

Permalink
Makes pytests use override=1
Browse files Browse the repository at this point in the history
To avoid failing the tests
  • Loading branch information
holm10 committed Oct 27, 2023
1 parent f7f6042 commit c70f8c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytests/fast_tests/Slab_geometry/rd_slabH_in_w_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import uedge
from uedge import *

bbb.override=1
bbb.mhdgeo=-1
bbb.isnion=1
bbb.isupon=1
Expand Down
2 changes: 2 additions & 0 deletions pytests/testscripts/uetests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def startup(case,ftol=1.e-9):
"""
import uedge as ue
im(case)
# Add manual override for using old models
ue.bbb.override = 1
ue.bbb.ftol = ftol
ue.bbb.exmain()

Expand Down

0 comments on commit c70f8c4

Please sign in to comment.