Closed willfurnass closed 5 years ago
Merging #314 into master will increase coverage by
0.03%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #314 +/- ##
==========================================
+ Coverage 70.75% 70.79% +0.03%
==========================================
Files 2 2
Lines 5465 5465
Branches 1501 1501
==========================================
+ Hits 3867 3869 +2
+ Misses 1214 1212 -2
Partials 384 384
Impacted Files | Coverage Δ | |
---|---|---|
mumot/__init__.py | 70.78% <0%> (+0.03%) |
: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 c7866ba...15ed78d. Read the comment docs.
Binder recently switched to using Python 3.7 by default, which seems to be incompatible with our pinned scipy version (#313). Forcing Binder to use Python 3.6 for now.