Skip to content

Commit

Permalink
Fix error in FiberForceLengthActiveDeGroote2016 test
Browse files Browse the repository at this point in the history
  • Loading branch information
brocksam committed Aug 16, 2023
1 parent b79c017 commit 5293584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sympy/core/tests/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -3392,8 +3392,8 @@ def test_sympy__physics___biomechanics__characteristic__FiberForceLengthPassiveI

def test_sympy__physics___biomechanics__characteristic__FiberForceLengthActiveDeGroote2016():
from sympy.physics._biomechanics import FiberForceLengthActiveDeGroote2016
l_M_tilde, c0, c1 = symbols('l_M_tilde, c0, c1')
assert _test_args(FiberForceLengthActiveDeGroote2016(l_M_tilde, c0, c1))
l_M_tilde, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11 = symbols('l_M_tilde, c0:12')
assert _test_args(FiberForceLengthActiveDeGroote2016(l_M_tilde, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11))


def test_sympy__physics__paulialgebra__Pauli():
Expand Down

0 comments on commit 5293584

Please sign in to comment.