Closed rly closed 2 months ago
I don't think tests are necessary for this quick change, but I could write one if you think we should have it @stephprince
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.20%. Comparing base (
71ef8e2
) to head (124332d
). Report is 1 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
Right now,
NWBHDF5IO.export
always caches the spec. The option to change that is not exposed. This PR exposes that keyword argument. Ref: https://github.com/hdmf-dev/hdmf/issues/1187Checklist
ruff check . && codespell
from the source directory.