Closed hbsmith closed 6 years ago
Merging #121 into dev will increase coverage by
0.07%
. The diff coverage is100%
.
@@ Coverage Diff @@
## dev #121 +/- ##
==========================================
+ Coverage 97.64% 97.72% +0.07%
==========================================
Files 31 31
Lines 3867 3996 +129
==========================================
+ Hits 3776 3905 +129
Misses 91 91
Impacted Files | Coverage Δ | |
---|---|---|
neet/statespace.py | 96.22% <ø> (ø) |
:arrow_up: |
neet/boolean/wtnetwork.py | 98.66% <ø> (ø) |
:arrow_up: |
neet/synchronous.py | 98.05% <100%> (+0.01%) |
:arrow_up: |
test/test_synchronous.py | 99.43% <100%> (+0.12%) |
: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 b5e6d10...4c55213. Read the comment docs.
Addresses #81, and also clarifies improves some method documentation in the classes:
WTNetwork
andStatespace
(towards #70)