Skip to content

Commit 7c87bde

Browse files
committed
Fix comment
1 parent 79684b5 commit 7c87bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_poisedness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def evaluate_scalar_model(x, intercept, linear_terms, square_terms):
113113

114114

115115
@pytest.mark.skipif(
116-
sys.platform in ("win32", "darwin"), reason="Test is inaccurate on Windows."
116+
sys.platform in ("win32", "darwin"), reason="Test is inaccurate on Windows and Mac."
117117
)
118118
@pytest.mark.parametrize("sample, shape, maxiter, expected", TEST_CASES)
119119
def test_improve_poisedness(sample, shape, maxiter, expected):

0 commit comments

Comments
 (0)