Closed fkuehlein closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.71%. Comparing base (
d63cbb7
) to head (e469586
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just realized my test for JointRecurrenceNetwork
covers no more than tests/test_generic.py
already does, so overall coverage is hardly improved. Still adding some basic assertions though, and a test that might be extended some time.
JointRecurrencePlot
to make CodeCov happyJointRecurrenceNetwork
for improved coverage, inspired by #72