Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 2d84ac7 commit a9b8d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_factor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ def test_complex_expression(self, seed, mask):
# 3. Mask by having non-True values in the root mask.
mask_mode=("none", "param", "root"),
)
@pytest.mark.skipif(sys.platform == "Darwin", reason="Test is flaky on macOS")
@pytest.mark.skipif(sys.platform == "darwin", reason="Test is flaky on macOS")
def test_summaries_after_fillna(self, seed, mask, mask_mode):
rand = np.random.RandomState(seed)
shape = (10, 5)
Expand Down

0 comments on commit a9b8d45

Please sign in to comment.