Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees committed Sep 16, 2024
1 parent 0fe6f3c commit 80e1de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- export MPLBACKEND="AGG"
- mkdir test_output
- cd test_output
- py.test -v --forked --import-mode=importlib ../test --ignore ../test/test_mbd_chrono.py --ignore ../test/AddedMass
- py.test -v --forked --import-mode=importlib ../test
2 changes: 2 additions & 0 deletions test/test_mbd_chrono.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pychrono as chrono

class TestCable(unittest.TestCase):
@pytest.mark.skip()
def testHangingCableANCF(self):
g = np.array([0.,0.,-9.81])
system = fsi.ProtChSystem()
Expand Down Expand Up @@ -81,6 +82,7 @@ def testSetterGetter(self):
npt.assert_almost_equal(mass0, mass)

#CURRENTLY NOT FULLY WORKING
@pytest.mark.skip()
def testHangingCableEuler(self):
g = np.array([0.,0.,-9.81])
system = fsi.ProtChSystem()
Expand Down

0 comments on commit 80e1de8

Please sign in to comment.