Closed djkapner closed 3 years ago
@jeromelecoq @mhm34 Have a look at this README for instructions on how to use this branch for your use case.
I'll get some feedback from you on the utility of it here, and some developer input also before merging to main. It may contnue to change until the merge.
Merging #62 (5f2a925) into main (1df9361) will decrease coverage by
5.31%
. The diff coverage is63.48%
.
@@ Coverage Diff @@
## main #62 +/- ##
==========================================
- Coverage 97.59% 92.28% -5.32%
==========================================
Files 9 11 +2
Lines 1041 1167 +126
==========================================
+ Hits 1016 1077 +61
- Misses 25 90 +65
Impacted Files | Coverage Δ | |
---|---|---|
src/nway/__init__.py | 100.00% <ø> (ø) |
|
src/nway/image_processing_utils.py | 100.00% <ø> (ø) |
|
src/nway/meta_registration.py | 100.00% <ø> (ø) |
|
src/nway/nway_matching.py | 96.90% <ø> (ø) |
|
src/nway/onprem_utils/assembly.py | 0.00% <0.00%> (ø) |
|
src/nway/pairwise_matching.py | 92.99% <ø> (ø) |
|
src/nway/transforms.py | 100.00% <ø> (ø) |
|
src/nway/utils.py | 100.00% <ø> (ø) |
|
src/nway/onprem_utils/query_utils.py | 67.39% <67.39%> (ø) |
|
src/nway/diagnostics.py | 100.00% <100.00%> (ø) |
|
... and 3 more |
Working, as verified by Jerome running it himself and sending results on to Mitch.
An external collaborator was having trouble assembling an input json correctly for a list of experiments. this PR:
Dicts
Added the ability to query by session_id, which will only work for sessions/experiments that are 1-to-1 mappable (i.e. not mesoscope).