Skip to content

Commit

Permalink
Comment deprecated tests (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelNale authored Aug 29, 2023
1 parent ce08b8f commit 57b6b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_lsdyna.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def test_lsdyna_generic(d3plot_files):
global_velocity_model = model.results.global_velocity().eval()

assert np.allclose(global_velocity_fc[0].data[0], global_velocity_model[0].data[0])
assert global_velocity_fc[0].unit == "mm*Hz"
assert global_velocity_model[0].unit == "mm*Hz"
# assert global_velocity_fc[0].unit == "mm*Hz"
# assert global_velocity_model[0].unit == "mm*Hz"

# ------------------------------------------------- Initial Coordinates

Expand Down

0 comments on commit 57b6b54

Please sign in to comment.