dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

Output naming #827

Closed Helveg closed 5 months ago

Helveg commented 5 months ago

The link between a connectivity strategy and the output connectivity sets that it may contribute to can now be determined in a component-based fashion by extending the ConnectivityStrategy interface with get_output_names and a configurable output_naming.

closes #823, with slight modifications.

Tasks

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 96.87500% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 84.90%. Comparing base (b9fb55e) to head (4f9741d).

Files Patch % Lines
bsb/config/types.py 57.14% 3 Missing :warning:
bsb/connectivity/strategy.py 97.77% 1 Missing :warning:
tests/test_connectivity.py 99.07% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #827 +/- ## ========================================== + Coverage 84.76% 84.90% +0.13% ========================================== Files 104 104 Lines 13911 14067 +156 ========================================== + Hits 11792 11943 +151 - Misses 2119 2124 +5 ```

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