Closed calebweinreb closed 1 year ago
Merging #1329 (7cd9480) into develop (4525462) will decrease coverage by
0.06%
. The diff coverage is11.11%
.
@@ Coverage Diff @@
## develop #1329 +/- ##
===========================================
- Coverage 72.66% 72.61% -0.06%
===========================================
Files 133 133
Lines 23675 23692 +17
===========================================
Hits 17204 17204
- Misses 6471 6488 +17
Impacted Files | Coverage Δ | |
---|---|---|
sleap/nn/paf_grouping.py | 91.55% <0.00%> (ø) |
|
sleap/nn/inference.py | 80.96% <12.50%> (-0.36%) |
:arrow_down: |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This PR creates the option to return the parsed PAF graph during low-level inference. Here's a minimal example:
I added an entry for
return_paf_graph
to the relevant docstrings. Currently the docs don't describe the contents of every single key, but I think it's pretty clear from the names.