OpenSourceEconomics / lcm

Solution and simulation of life cycle models in Python with GPU acceleration.
Apache License 2.0
16 stars 1 forks source link

Split dags call in creation of utility and feasibility #24

Closed timmens closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #24 (a3b4a89) into main (db28f0f) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   98.54%   98.56%   +0.02%     
==========================================
  Files          38       38              
  Lines        1856     1883      +27     
==========================================
+ Hits         1829     1856      +27     
  Misses         27       27              
Files Changed Coverage Δ
src/lcm/model_functions.py 100.00% <100.00%> (ø)
timmens commented 1 year ago

Is handled in #34