Skip to content

Commit

Permalink
fixed pastas nb 1-3 #29
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Oct 12, 2023
1 parent 88b444c commit 21e14cb
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions autotest/test_02_on_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,25 +251,22 @@ def test_03_testing3():
tf.run_notebook(fname, clearoutput=False)


# # Does not work. Test turned off. Needs fixing.
# def test_1_basic_pastas_model():
# fpath_rel = ['19_pastas', '1_basic_pastas_model.ipynb']
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)
def test_1_basic_pastas_model():
fpath_rel = ['19_pastas', '1_basic_pastas_model.ipynb']
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


# # Does not work. Test turned off. Needs fixing.
# def test_2_external_stresses():
# fpath_rel = ['19_pastas', '2_external_stresses.ipynb']
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)
def test_2_external_stresses():
fpath_rel = ['19_pastas', '2_external_stresses.ipynb']
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


# # Does not work. Test turned off. Needs fixing.
# def test_3_stressmodels():
# fpath_rel = ['19_pastas', '3_stressmodels.ipynb']
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)
def test_3_stressmodels():
fpath_rel = ['19_pastas', '3_stressmodels.ipynb']
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


# # Does not work. Test turned off. Needs fixing.
Expand Down

0 comments on commit 21e14cb

Please sign in to comment.