globaldothealth / adtl

Another data transformation language
https://adtl.readthedocs.io
MIT License
1 stars 0 forks source link

Fixes behaviour where for loops combine with apply #70

Closed pipliggins closed 1 year ago

pipliggins commented 1 year ago

Fixes where apply was being used with a parameter list of ints/floats, the for loop expansion crashed as it only expected str/dict options.

codecov[bot] commented 1 year ago

Codecov Report

Merging #70 (a00144f) into main (9cc89c0) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   89.52%   89.55%   +0.03%     
==========================================
  Files           2        2              
  Lines         563      565       +2     
==========================================
+ Hits          504      506       +2     
  Misses         59       59              
Impacted Files Coverage Δ
adtl/__init__.py 87.78% <100.00%> (+0.05%) :arrow_up: