X-DataInitiative / SCALPEL-Extraction

SCALPEL extraction library to fetch concepts from flattened SNDS
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

HotFix: Make the getInput implementation as low as possible. #211

Closed ysebiat closed 4 years ago

ysebiat commented 4 years ago

There is an error in the current implementation of the getInput as it tries to fetch a column not included in the flattened table.

codecov[bot] commented 4 years ago

Codecov Report

Merging #211 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #211      +/-   ##
=========================================
+ Coverage    93.2%   93.2%   +<.01%     
=========================================
  Files         169     169              
  Lines        2016    2017       +1     
  Branches       32      37       +5     
=========================================
+ Hits         1879    1880       +1     
  Misses        137     137
Impacted Files Coverage Δ
.../etl/extractors/acts/DcirMedicalActExtractor.scala 100% <100%> (ø) :arrow_up:

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 b444e51...e16d174. Read the comment docs.