hdmf icon indicating copy to clipboard operation
hdmf copied to clipboard

better shape error message

Open bendichter opened this issue 2 years ago • 2 comments

Motivation

fix https://github.com/NeurodataWithoutBorders/pynwb/issues/1419

How to test the behavior?

Show how to reproduce the new behavior (can be a bug fix or a new feature)

Checklist

  • [ ] Did you update CHANGELOG.md with your changes?
  • [ ] Have you checked our Contributing document?
  • [ ] Have you ensured the PR clearly describes the problem and the solution?
  • [ ] Is your contribution compliant with our coding style? This can be checked running flake8 from the source directory.
  • [ ] Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • [ ] Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

bendichter avatar Nov 10 '22 18:11 bendichter

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8b519aa) 88.65% compared to head (cd2c1a0) 88.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #787   +/-   ##
=======================================
  Coverage   88.65%   88.65%           
=======================================
  Files          45       45           
  Lines        9451     9452    +1     
  Branches     2688     2688           
=======================================
+ Hits         8379     8380    +1     
  Misses        757      757           
  Partials      315      315           
Files Coverage Δ
src/hdmf/utils.py 96.50% <100.00%> (+<0.01%) :arrow_up:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Nov 10 '22 18:11 codecov[bot]

I prefer "Any" instead of ":" to denote that any length is allowed.

rly avatar Oct 27 '23 17:10 rly