-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Spike/ReportPopulation .get() behavior with empty list of ids #84
Labels
good first issue
Good for newcomers
Comments
tomdele
pushed a commit
to BlueBrain/snap
that referenced
this issue
Apr 8, 2020
* this is a temporary solution until BlueBrain/libsonata#84 is done
tomdele
added a commit
to BlueBrain/snap
that referenced
this issue
Apr 8, 2020
* Fix empty list in reports * this is a temporary solution until BlueBrain/libsonata#84 is done
Closed
So, once we get a For this So let's play old fashioned: import libsonata
import numpy as np
s = libsonata.SpikeReader("test/spikes.h5")
s['All'].get(libsonata.Selection(np.array([1,2,3]))) |
I think this ticket is over, right? |
I think so; do the tests cover the cases in the original issue? Can you find the commit that fixed it, and link it here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current behavior of the report's get function is:
would be great to have instead:
The text was updated successfully, but these errors were encountered: