We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f41e3d commit 9d73bf8Copy full SHA for 9d73bf8
2 files changed
deps.edn
@@ -1,6 +1,6 @@
1
{:paths ["src" "resources" "target/classes"]
2
:deps {;;org.clojure/clojure {:mvn/version "1.11.1"}
3
- cnuernber/dtype-next {:mvn/version "10.145"}
+ cnuernber/dtype-next {:mvn/version "10.147-SNAPSHOT"}
4
techascent/tech.io {:mvn/version "4.31"
5
:exclusions [org.apache.commons/commons-compress]}
6
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}
test/tech/v3/dataset/reductions_test.clj
@@ -230,9 +230,7 @@
230
[ds]
231
(->> (ds/row-mapcat ds tally-days-as-year-months
232
;;generate a sequence of datasets
233
- {:result-type :as-seq
234
- :parser-fn {:count :int32
235
- :year-month :object}})
+ {:result-type :as-seq})
236
;;sequence of datasets
237
(ds-reduce/group-by-column-agg
238
[:simulation :placement :year-month]
0 commit comments