-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updates with new Files #77
base: main
Are you sure you want to change the base?
Conversation
@rly You (I believe) have local changes for command_line_interface.py that is somewhat reflected here. Can you make sure to add those in a PR. |
), | ||
object_name="ElectricalSeriesAp", | ||
object_name="ElectricalSeries", # TODO |
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.
Is this still a TODO item or can the comment be removed?
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.
Looks good to me. I added a few additional minor changes, so I'll let @rly review and approve
It looks like one of the configuations may have an error. I'm seeing:
|
This comment was marked as duplicate.
This comment was marked as duplicate.
I'll take a look |
In HDMF-Zarr, we use the logic:
to determine if we need to set the storage options. I think we probably need to add this in these two functions: nwb_benchmarks/src/nwb_benchmarks/core/_streaming.py Lines 231 to 265 in 61b361b
|
I'm not sure what you mean. Those two functions already have anon=True defined. |
Found the issue. Pushing fix. |
for more information, see https://pre-commit.ci
@oruebel I believe I have a fix. That being said it is in resolve_ref, which we have updated with export that will be merged tomorrow. This "fix" is tape to get the file readable. |
No description provided.