HEPCloud / decisionengine_modules

Apache License 2.0
2 stars 19 forks source link

Test that duplicate column names and empty dataframes are properly handled #424

Closed knoepfel closed 2 years ago

knoepfel commented 2 years ago

This tests PR #423 according to the suggestion here.


N.B. Will be rebased once PR #426 is merged.

codecov[bot] commented 2 years ago

Codecov Report

Merging #424 (407abfe) into master (51c6e75) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   40.23%   40.23%           
=======================================
  Files          71       71           
  Lines        3492     3492           
  Branches      608      608           
=======================================
  Hits         1405     1405           
  Misses       1987     1987           
  Partials      100      100           
Flag Coverage Δ
python-3.6 40.14% <ø> (ø)
python-3.9 40.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 51c6e75...407abfe. Read the comment docs.

knoepfel commented 2 years ago

These changes are included in PR #425.