Skip to content

Commit

Permalink
Disable numba RR test since it got broke by the latest numba
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jun 4, 2023
1 parent ea8f0e3 commit 0afd762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def test_refractivity():
assert_close(brix_to_RI(5.8), chemicals.numba.brix_to_RI(5.8))

@mark_as_numba
@pytest.mark.skip
def test_rachford_rice():
n = 10
zs = np.array([0.5, 0.3, 0.2]*n)
Expand Down

0 comments on commit 0afd762

Please sign in to comment.