You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bsb.placement.indicator.py in function guess: when an estimate is a "count_ratio" of another cell type, then its estimate is done for a speciffic chunk with:
* Fix count_ratio estimate, add tests. See #822
* Split tests on Placement Indicator between count and count_ratio.
* Add feature relative to density_key.
Add more tests.
* Update bsb/placement/indicator.py
---------
Co-authored-by: Robin De Schepper <robin.deschepper93@gmail.com>
In
bsb.placement.indicator.py
in functionguess
: when an estimate is a"count_ratio"
of another cell type, then its estimate is done for a speciffic chunk with:However, the line afterwards does also a ratio to obtain an estimate for the provided chunk:
Which means that the final estimate is incorrect.
The text was updated successfully, but these errors were encountered: