dbbs-lab / bsb-core

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

Morphology parsers & pipeline blocks #799

Closed Helveg closed 10 months ago

Helveg commented 10 months ago

Describe the work done

Still need to update the docs to show how to use these grouped pipelines.

List which issues this resolves:

closes #786 , closes #681

Tasks

codecov[bot] commented 10 months ago

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (d8f4fa3) 73.50% compared to head (9e2885e) 84.03%. Report is 20 commits behind head on main.

Files Patch % Lines
bsb/simulation/targetting.py 58.02% 34 Missing :warning:
bsb/storage/_files.py 84.61% 10 Missing :warning:
bsb/core.py 70.00% 6 Missing :warning:
bsb/morphologies/parsers/parser.py 97.19% 5 Missing :warning:
bsb/simulation/adapter.py 84.61% 4 Missing :warning:
bsb/storage/__init__.py 66.66% 4 Missing :warning:
tests/test_configuration.py 96.69% 4 Missing :warning:
bsb/connectivity/strategy.py 82.35% 3 Missing :warning:
bsb/mixins.py 88.46% 3 Missing :warning:
bsb/simulation/results.py 75.00% 3 Missing :warning:
... and 19 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #799 +/- ## =========================================== + Coverage 73.50% 84.03% +10.53% =========================================== Files 134 104 -30 Lines 15893 12869 -3024 =========================================== - Hits 11682 10815 -867 + Misses 4211 2054 -2157 ```

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