Skip to content

Commit

Permalink
Update new test format
Browse files Browse the repository at this point in the history
  • Loading branch information
aabrown100-git committed Dec 13, 2023
1 parent 254a08c commit cd3e46f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ def test_LV_Guccione_passive(n_proc):
run_with_reference(base_folder, test_folder, fields, n_proc)

def test_LV_Holzapfel_passive(n_proc):
folder = os.path.join(base_folder, "LV_Holzapfel_passive")
fields = ["Displacement", "Velocity", "Jacobian"]
run_with_reference(folder, fields, n_proc)
test_folder = "LV_Holzapfel_passive"
run_with_reference(base_folder, test_folder, fields, n_proc)

def test_block_compression(n_proc):
test_folder = "block_compression"
Expand Down

0 comments on commit cd3e46f

Please sign in to comment.