Skip to content
Snippets Groups Projects
Commit e4afec65 authored by Simon Belak's avatar Simon Belak
Browse files

Fix remmaping (maybe?)

parent 5ef3ecfe
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
[opts {:keys [rows cols]}]
(transduce identity
(->> cols
(remove :remapped_from)
(remove :remapped_to)
(map-indexed (fn [i field]
(redux/pre-step (f/fingerprinter opts field)
#(nth % i))))
......
......@@ -173,7 +173,7 @@
(for [[k v] (equidistant-bins histogram)]
[(keyfn k) (* v norm)]))
:columns [(:name field) "SHARE"]
:cols [field
:cols [(dissoc field :remapped_from)
{:name "SHARE"
:display_name "Share"
:description "Share of corresponding bin in the overall population."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment