Skip to content

Commit

Permalink
macOS xfail seems to have fixed itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Jun 28, 2020
1 parent ff70e00 commit e872126
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/hmmlearn/tests/test_gmm_hmm_new.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys

import numpy as np
import pytest

Expand Down Expand Up @@ -146,9 +144,6 @@ def test_fit_sparse_data(self):
self.h._init(X)
self.h.fit(X)

@pytest.mark.xfail(
sys.platform == 'darwin',
reason='Mysterious failure, help troubleshooting is welcome')
def test_fit_zero_variance(self):
# Example from issue #2 on GitHub.
# this data has singular covariance matrix
Expand Down

0 comments on commit e872126

Please sign in to comment.