Skip to content

Conversation

@ehennestad
Copy link
Collaborator

@ehennestad ehennestad commented Dec 18, 2025

Adds a workaround for a bug where neurodata types are incorrectly assigned the 'hdmf-experimental' namespace instead of 'hdmf-common'. If a MATLAB class does not exist for 'hdmf-experimental' but does for 'hdmf-common', the namespace and typename are corrected accordingly on read

See hdmf-dev/hdmf#1347 for details.

Motivation

Support read for files affected by the issue described above

How to test the behavior?

N/A

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?

Adds a workaround for a bug where neurodata types are incorrectly assigned the 'hdmf-experimental' namespace instead of 'hdmf-common'. If the class does not exist for 'hdmf-experimental' but does for 'hdmf-common', the namespace and typename are corrected accordingly. See hdmf-dev/hdmf#1347 for details.
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

❌ Patch coverage is 14.28571% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.42%. Comparing base (08da374) to head (c93d94d).

Files with missing lines Patch % Lines
+io/getNeurodataTypeInfo.m 14.28% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #779      +/-   ##
==========================================
- Coverage   95.50%   95.42%   -0.09%     
==========================================
  Files         191      191              
  Lines        6922     6929       +7     
==========================================
+ Hits         6611     6612       +1     
- Misses        311      317       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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