-
Notifications
You must be signed in to change notification settings - Fork 10
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
Propagate changes from libsonata ElementReport #62
Conversation
This prepares the bluepysnap for the libsonata bump. |
0c71d69
to
0dd7b00
Compare
If I am lucky enough the changes for the numpy array will be handled seamlessly with these changes .... |
@asanin-epfl I will need your review when this is finished. |
The CI cannot pass due to an unreleased version of libsonata (0.1.4) |
Need to remove the fix_libsonata when this change is pulled out from libsonata: |
lgtm to me. |
Thx @asanin-epfl ! |
921233e
to
12c6077
Compare
7235fee
to
7e5f2d2
Compare
retest this please |
7e5f2d2
to
c8726fd
Compare
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 1342 1340 -2
=========================================
- Hits 1342 1340 -2
Continue to review full report at Codecov.
|
@asanin-epfl you can review. |
ok, starting |
Thanks a lot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
||
res = pd.DataFrame(data=view.data, | ||
columns=pd.MultiIndex.from_arrays(np.asarray(view.ids).T), | ||
index=view.times).sort_index(axis=1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
view.times
are always guaranteed to be present?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes !
the view always contains the 3 objects
thank you for the review @asanin-epfl ! |
preparation for the new libsonata reports