False-valued reductions/extracts are not rendered in CSV exports. · Issue #1180 · zooniverse/caesar · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check against
present
on this line:caesar/app/models/exporters/csv_exporter.rb
Line 58 in 4c0ca58
returns
false
forfalse
valued boolean data.This means that reducers which return boolean valued data e.g.
Will produce an empty column in the resultant data export for all reductions that return
false
.The expected result is that a literal
false
value should be output.The text was updated successfully, but these errors were encountered: