invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

No broadcasting over GroupedDataFrame #48

Closed rofinn closed 5 years ago

rofinn commented 5 years ago

As of DataFrames 0.19.2 we can't broadcast over a GroupedDataFrame.

NOTE: This is just fixing the tests and doesn't impact the existing code in any way.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2ad02d4). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #48   +/-   ##
=========================================
  Coverage          ?   97.07%           
=========================================
  Files             ?       11           
  Lines             ?      205           
  Branches          ?        0           
=========================================
  Hits              ?      199           
  Misses            ?        6           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ad02d4...27e2429. Read the comment docs.