Skip to content
3 changes: 3 additions & 0 deletions code/cmt/python/tests/mcgsm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ def test_conditional_loglikelihood(self):



@unittest.skip("Skipping test as it has a sporadic numerical error."
"See issue ( https://github.com/lucastheis/cmt/issues/16 )."
)
def test_gradient(self):
mcgsm = MCGSM(5, 2, 2, 4, 10)

Expand Down