summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authora8212022-12-13 10:47:57 +0100
committera8212022-12-13 10:47:57 +0100
commitac0040d848a351d1400c177cd28dd3fcb1535667 (patch)
treeea5b79bf8363f1972a756360800cf75b8556db8e /.gitignore
parente4743c8ff6776fc18e6a6c0ffbb87a1b594e67b9 (diff)
downloadaur-ac0040d848a351d1400c177cd28dd3fcb1535667.tar.gz
Fix: np.matrix type not supported by sklearn
Some tests fail because the function `pairwise_distance` does not support the `numpy.matrix` type. The error suggest to call `numpy.asarray` first on the argument, so this patch does just that.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4785aa5f48e2..69004319df09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
!/.SRCINFO
!/PKGBUILD
!/.gitignore
+!/*.patch