zdelrosario / py_grama

Implementation of a grammar of model analysis
https://py-grama.readthedocs.io/en/latest/
MIT License
19 stars 11 forks source link

Fix fit nls out #190

Closed zdelrosario closed 2 years ago

zdelrosario commented 2 years ago

The out argument was ignored by fit_nls(); cover this with a unittest and fix.

codecov[bot] commented 2 years ago

Codecov Report

Merging #190 (471fbd1) into master (5339b6d) will increase coverage by 0.06%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
+ Coverage   76.87%   76.93%   +0.06%     
==========================================
  Files          86       86              
  Lines        6548     6548              
==========================================
+ Hits         5034     5038       +4     
+ Misses       1514     1510       -4     
Impacted Files Coverage Δ
grama/fit_synonyms.py 93.05% <ø> (ø)
grama/psdr/gn.py 71.96% <0.00%> (+3.73%) :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 5339b6d...471fbd1. Read the comment docs.