Closed zdelrosario closed 2 years ago
Merging #190 (471fbd1) into master (5339b6d) will increase coverage by
0.06%
. The diff coverage isn/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.
The
out
argument was ignored byfit_nls()
; cover this with a unittest and fix.