We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce08b8f commit 57b6b54Copy full SHA for 57b6b54
tests/test_lsdyna.py
@@ -72,8 +72,8 @@ def test_lsdyna_generic(d3plot_files):
72
global_velocity_model = model.results.global_velocity().eval()
73
74
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"
+ # assert global_velocity_fc[0].unit == "mm*Hz"
+ # assert global_velocity_model[0].unit == "mm*Hz"
77
78
# ------------------------------------------------- Initial Coordinates
79
0 commit comments