Skip to content

Commit 97b5adc

Browse files
authored
Fix typo in dataset creation for neanderthal (#471)
1 parent 6dea6c7 commit 97b5adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tech/v3/dataset/neanderthal.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
[matrix]
6868
(->> (n-core/cols matrix)
6969
(map dtt/ensure-tensor)
70-
(ds-impl/new-dataset :neandtheral)))
70+
(ds-impl/new-dataset :neanderthal)))
7171

7272

7373
(defn fit-pca!

0 commit comments

Comments
 (0)