File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{:paths [" src" " resources" " target/classes" ]
22 :deps {; ;org.clojure/clojure {:mvn/version "1.11.1"}
3- cnuernber/dtype-next {:mvn/version " 10.147 -SNAPSHOT" }
3+ cnuernber/dtype-next {:mvn/version " 11.000 -SNAPSHOT" }
44 techascent/tech.io {:mvn/version " 4.31"
55 :exclusions [org.apache.commons/commons-compress]}
66 org.apache.datasketches/datasketches-java {:mvn/version " 4.2.0" }
Original file line number Diff line number Diff line change 14941494 fin-ds (ds-roll/rolling ds 10 {:c {:column-name [:a :b ]
14951495 :reducer (fn [a b]
14961496 (+ (dfn/sum a) (dfn/sum b)))
1497- :datatype :int16 }})]
1497+ :datatype :float64 }})]
14981498 (is (= :float64 (dtype/elemwise-datatype (fin-ds :c ))))
14991499 (is (= [20.0 30.0 42.0 56.0 72.0 ]
15001500 (vec (take 5 (fin-ds :c )))))))
You can’t perform that action at this time.
0 commit comments