Closed Helveg closed 8 months ago
Attention: Patch coverage is 74.48980%
with 50 lines
in your changes are missing coverage. Please review.
Project coverage is 86.73%. Comparing base (
adc51d5
) to head (23759db
).
Files | Patch % | Lines |
---|---|---|
bsb/placement/random.py | 77.21% | 36 Missing :warning: |
bsb/config/parsers.py | 60.00% | 8 Missing :warning: |
bsb/config/__init__.py | 44.44% | 5 Missing :warning: |
bsb/__init__.py | 80.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Describe the work done
Removed some dead pieces of code, and all connectivity and placement algorithms that haven't been adapted to v4 yet:
Also removed
ParticlePlacement
in favor ofRandomPlacement
, because it was too slow and hand rolled to promote its use.📚 Documentation preview 📚: https://bsb--830.org.readthedocs.build/en/830/