Skip to content
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

Update extension with optional columns #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

weiglszonja
Copy link

No description provided.

@weiglszonja weiglszonja marked this pull request as draft March 13, 2023 14:41
@@ -33,7 +33,7 @@
'install_requires': [
'pynwb>=1.3.0',
'numpy<1.19.4',
'h5py<3'
'h5py',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bendichter
I couldn't install ndx-photometry with h5py<3, had legacy-install-failure error for it.
The version that this installs with is 3.8.0.

Comment on lines 146 to +149
- name: frequency
dtype: float
doc: voltage frequency in unit hertz
quantity: '?'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this optional for now, but feels a duplication with rate of TimeSeries.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might be referring to the frequency of the alternating current, e.g. 60 Hz in the US and 50 Hz in Europe

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but maybe not, I don't really remember

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, is it okay to leave it optional or rollback?

@weiglszonja weiglszonja marked this pull request as ready for review March 20, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants