File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
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.145 " }
3+ cnuernber/dtype-next {:mvn/version " 10.147-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 230230 [ds]
231231 (->> (ds/row-mapcat ds tally-days-as-year-months
232232 ; ;generate a sequence of datasets
233- {:result-type :as-seq
234- :parser-fn {:count :int32
235- :year-month :object }})
233+ {:result-type :as-seq })
236234 ; ;sequence of datasets
237235 (ds-reduce/group-by-column-agg
238236 [:simulation :placement :year-month ]
You can’t perform that action at this time.
0 commit comments