hdmf-dev / hdmf

The Hierarchical Data Modeling Framework
http://hdmf.readthedocs.io
Other
46 stars 24 forks source link

Fix iterator increment #1128

Closed CodyCBakerPhD closed 3 weeks ago

CodyCBakerPhD commented 3 weeks ago

Motivation

Should fix https://github.com/NeurodataWithoutBorders/nwb-guide/issues/844

How to test the behavior?

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

Checklist

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 88.79%. Comparing base (ece2c27) to head (ad4fd7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1128 +/- ## ======================================= Coverage 88.79% 88.79% ======================================= Files 45 45 Lines 9774 9774 Branches 2776 2776 ======================================= Hits 8679 8679 Misses 778 778 Partials 317 317 ```

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

rly commented 3 weeks ago

Thanks for digging into this and addressing it, @CodyCBakerPhD !