File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3333 - export MPLBACKEND="AGG"
3434 - mkdir test_output
3535 - cd test_output
36- - py.test -v --forked --import-mode=importlib ../test --ignore ../test/test_mbd_chrono.py --ignore ../test/AddedMass
36+ - py.test -v --forked --import-mode=importlib ../test
Original file line number Diff line number Diff line change 66import pychrono as chrono
77
88class TestCable (unittest .TestCase ):
9+ @pytest .mark .skip ()
910 def testHangingCableANCF (self ):
1011 g = np .array ([0. ,0. ,- 9.81 ])
1112 system = fsi .ProtChSystem ()
@@ -81,6 +82,7 @@ def testSetterGetter(self):
8182 npt .assert_almost_equal (mass0 , mass )
8283
8384 #CURRENTLY NOT FULLY WORKING
85+ @pytest .mark .skip ()
8486 def testHangingCableEuler (self ):
8587 g = np .array ([0. ,0. ,- 9.81 ])
8688 system = fsi .ProtChSystem ()
You can’t perform that action at this time.
0 commit comments