-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in neuprint_get_synapses(progress=T)
* NULL roi was not being handled correctly * tryCatch was masking a programming logic error again (see #84) * progress on #90
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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
@alexanderbates: I think this is the approach one should generally take to error handling. Errors are converted to warnings. This is not too intrusive, because if >10 warnings pile up, a single warning is displayed and you can go and see the first 50 with
warnings()
.