Skip to content

Commit 789f63b

Browse files
author
Christian Jorgensen
committed
Change dataset in cur tests
1 parent c8018a1 commit 789f63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)