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

Add Filtered Ephys Reference #539

Merged
merged 10 commits into from
Sep 7, 2023
Merged

Conversation

lawrence-mbf
Copy link
Collaborator

@lawrence-mbf lawrence-mbf commented Sep 6, 2023

Related to #532

Motivation

Match listed FilteredEphys reference in PyNWB documentation

How to test the behavior?

Check HTML ecephys.html tutorial

Checklist

  • Have you ensured the PR description clearly describes the problem and solutions?
  • Have you checked to ensure that there aren't other open or previously closed Pull Requests for the same change?
  • If this PR fixes an issue, is the first line of the PR description fix #XX where XX is the issue number?

When empty, the Dynamic Table probably does not have an id initialized.
This is normally populated in `checkConfig` so it should be done before
DataStub ID checks.
If checkConfig fails for DynamicTable when the real vector heights do
not match, a different error may be thrown as it assumes that all data
objects have a length function. This is not true for DataStub objects so
this message would never be shown to the user.
For char arrays, there is really only one representation that
distinguishes between plural row and not and this is fundamentally
different from our flipped matrix representation for numeric types.
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #539 (f27db70) into master (7c446cb) will increase coverage by 0.01%.
The diff coverage is 96.10%.

@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
+ Coverage   87.77%   87.78%   +0.01%     
==========================================
  Files         132      132              
  Lines        5621     5626       +5     
==========================================
+ Hits         4934     4939       +5     
  Misses        687      687              
Files Changed Coverage Δ
+types/+util/+dynamictable/addRawData.m 95.37% <95.37%> (+0.17%) ⬆️
+types/+util/+dynamictable/addVarargRow.m 97.61% <97.61%> (ø)
+types/+util/+dynamictable/addRow.m 100.00% <100.00%> (ø)
+types/+util/+dynamictable/checkConfig.m 92.85% <100.00%> (+0.06%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lawrence-mbf lawrence-mbf marked this pull request as ready for review September 7, 2023 07:19
@lawrence-mbf lawrence-mbf merged commit a80f0aa into master Sep 7, 2023
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.

1 participant