Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
make it finish faster
  • Loading branch information
ioannis-vm committed Oct 9, 2023
1 parent 699e068 commit a58b384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osmg/tests/test_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_a():

anl = PushoverAnalysis(mdl, {testcase.name: testcase})

anl.run("y", [+50.00], control_node, 0.1, loaded_node=control_node)
anl.run("y", [+1.00], control_node, 0.1, loaded_node=control_node)

show_deformed_shape(
anl,
Expand All @@ -157,7 +157,7 @@ def test_a():
# zelm = zelms[0].uid
# res_a = anl.retrieve_release_force_defo(zelm, testcase.name)

anl.run("y", [-50.00], control_node, 0.1, loaded_node=control_node)
anl.run("y", [-1.00], control_node, 0.1, loaded_node=control_node)

# deformed_shape(anl, anl.n_steps_success, 0.00, True)
# res_b = anl.retrieve_release_force_defo(zelm, testcase.name)
Expand Down

0 comments on commit a58b384

Please sign in to comment.