Skip to content

Commit 44407ee

Browse files
authored
Fix failures on macOS
2 parents 3552132 + 789f63b commit 44407ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
#- macos-latest # see issue #271
16+
- macos-latest
1717
- windows-latest
1818
python-version:
1919
- "3.10"

tests/test_sample_simple_cur.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22

33
import numpy as np
4-
from sklearn.datasets import fetch_california_housing as load
4+
from sklearn.datasets import load_diabetes as load
55

66
from skmatter.sample_selection import CUR, FPS
77

0 commit comments

Comments
 (0)