Adding weightHP query option to functions #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding
weightHP
query option tofetch_shortest_paths
andfetch_simple_connections
, etc.See #25
TODO
The following functions will all need to be updated to support a high-precision option.
fetch_adjacencies()
fetch_traced_adjacencies()
fetch_simple_connections()
fetch_common_connectivity()
roi
parameter, too.fetch_shortest_paths()
fetch_output_completeness()
fetch_downstream_orphan_tasks()
Updating the following functions will require a more significant change to the API, since they don't use
weightHP
. They inspect synapses individually, but I think it would be best to aim for conceptual consistency with the above functions if possible. Perhaps these updates should be deferred for now, and implemented in a separate pull request.fetch_synapse_connections()
fetch_connection_mitochondria()
Documentation updates:
docs/source/changelog.rst
docs/source/faq.rst
?