Closed hbsmith closed 6 years ago
Merging #113 into dev will increase coverage by
<.01%
. The diff coverage is80%
.
@@ Coverage Diff @@
## dev #113 +/- ##
==========================================
+ Coverage 97.18% 97.19% +<.01%
==========================================
Files 33 33
Lines 3836 3920 +84
==========================================
+ Hits 3728 3810 +82
- Misses 108 110 +2
Impacted Files | Coverage Δ | |
---|---|---|
neet/boolean/logicnetwork.py | 90.82% <ø> (ø) |
:arrow_up: |
test/test_boolean.py | 100% <100%> (ø) |
:arrow_up: |
neet/sensitivity.py | 96.93% <100%> (-0.07%) |
:arrow_down: |
test/test_interfaces.py | 91.39% <100%> (ø) |
:arrow_up: |
neet/boolean/wtnetwork.py | 97.33% <50%> (-1.3%) |
:arrow_down: |
test/test_randomnet.py | 100% <0%> (ø) |
:arrow_up: |
neet/boolean/randomnet.py | 79.53% <0%> (+11.35%) |
: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 5a45a92...5e0a3bc. Read the comment docs.
xs
toys
in the threshold functions forWTNetwork
sWTNetwork
neighbor
functions, so that the index being queried is always included as its own neighbor, unlesstheta
is explicitlypositive_threshold
ornegative_threshold
. This is a temporary fix, which will be depreciated with #84. That issue will convertWTNetwork
toLogicNetwork
by default, and that way useLogicNetwork.neighbor
methods instead of having its own methods. This will resolve the problem of having to assume thetheta
function contains self-loops.