Skip to content

Commit 57b6b54

Browse files
authored
Comment deprecated tests (#1127)
1 parent ce08b8f commit 57b6b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_lsdyna.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def test_lsdyna_generic(d3plot_files):
7272
global_velocity_model = model.results.global_velocity().eval()
7373

7474
assert np.allclose(global_velocity_fc[0].data[0], global_velocity_model[0].data[0])
75-
assert global_velocity_fc[0].unit == "mm*Hz"
76-
assert global_velocity_model[0].unit == "mm*Hz"
75+
# assert global_velocity_fc[0].unit == "mm*Hz"
76+
# assert global_velocity_model[0].unit == "mm*Hz"
7777

7878
# ------------------------------------------------- Initial Coordinates
7979

0 commit comments

Comments
 (0)