Closed bentaculum closed 1 year ago
Merging #39 (2fbc861) into main (8defb53) will increase coverage by
0.98%
. The diff coverage is100.00%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 77.12% 78.11% +0.98%
==========================================
Files 28 29 +1
Lines 752 786 +34
==========================================
+ Hits 580 614 +34
Misses 172 172
Impacted Files | Coverage Δ | |
---|---|---|
motile/__init__.py | 100.00% <100.00%> (ø) |
|
motile/data.py | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Moves the three example graphs
arlo_graph
,toy_graph
andtoy_hypergraph
intomotile.data
, similar to e.g.skimage.data
. It seems useful to have a one-liner to get some smallTrackGraph
when prototyping in motile.Creating and plotting a graph now works as follows:
Graphs specific to a certain test can live directly in that test module.