-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Add options to disable some checks
Add soma bifurcation for ASC files Add new options and tests Use proper warnings and fix tests Rename single point section into root bifurcation Add bindings Cleaning Clean tests Apply clang-format Improve readability of enum Option Remove duplicated test Restore add_test in else() block Add option for root point not equal to -1 in SWC files Add Python bindings for custom root id Add tests for conversions Check that converted files can be read
- Loading branch information
1 parent
89fcfe3
commit 4296eb9
Showing
17 changed files
with
550 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# The root point is not -1 | ||
1 2 0 0 0 6 0 | ||
2 2 0 0 1 6 1 | ||
3 2 0 0 2 6 2 | ||
4 2 1 0 0 6 0 | ||
5 2 1 0 1 6 1 | ||
6 2 1 0 2 6 2 |
Oops, something went wrong.