Closed LegrandNico closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 95.23810%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 95.39%. Comparing base (
a8d2350
) to head (831cd4a
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/pyhgf/model/network.py | 89.09% | 6 Missing :warning: |
src/pyhgf/plots.py | 88.88% | 6 Missing :warning: |
src/pyhgf/utils.py | 96.51% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR remove input nodes from the API. All nodes are state nodes that can receive observations or be influenced by other nodes, at each time point. Most of the changes are internal, but this will simplify network construction in the future and come with performance improvements.
This also:
set_update_sequence
fromNetworks
Close #231 Close #221