Skip to content
Snippets Groups Projects
Unverified Commit 594a365f authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Modify SWC loaders (#1214)

* Rename `as_segment_tree` to `load_swc_arbor`.
* Remove `swc_mode`: `sort_and_validate_swc` now performs the `relaxed` checks by default, `load_swc_arbor` performs the `strict` checks. 
* Change `load_swc_xxx` to only accept `swc_data` as an argument
* Remove default constructor for `swc_data` and enforce validation of SWC records via `sort_and_validate_swc` at construction.
* Add fixes for docs and unit tests.
parent 13131745
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment