ZettaAI / zetta_utils

MIT License
11 stars 0 forks source link

feat: mazepa hooks for AnnotationLayer setup and post-process; build_annotation_layer builder #784

Closed JoeStrout closed 2 months ago

JoeStrout commented 2 months ago

These changes enable the synapse detection and assignment pipeline to be run entirely from a CUE file, in principle making it usable from Zetta Portal.

(This is a high priority for @macrintr.)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (2cad36d) to head (aee7c84). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #784 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 141 141 Lines 5764 5778 +14 ========================================= + Hits 5764 5778 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JoeStrout commented 2 months ago

Note: I've also got changes to internal and specs. Should we merge the internal PR first, and then include updated pointers to internal and specs in this PR? Or update the pointers later in their own mini-PR?