Skip to content

Commit

Permalink
Update test_specimen_amplitudes_max_diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 23, 2023
1 parent b260642 commit 3da4517
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_specimen_amplitudes_max_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ def evaluate_fiber_forces(i, j, substep):
off_screen=True,
)
plotter.add_axes(label_size=(0.06, 0.06))
img = plotter.screenshot(
f"{path}/test_specimen_deformed_fibre-range-max.png", scale=2
)
if take_screenshots:
img = plotter.screenshot(
f"{path}/test_specimen_deformed_fibre-range-max.png", scale=2
)

# view of max. fiber force difference
view = fem.ViewField(
Expand Down

0 comments on commit 3da4517

Please sign in to comment.