das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

DataSetIterator when non-qube dataset contains empty datasets #30

Closed jbfaden closed 2 years ago

jbfaden commented 2 years ago

Corentin had a case where the QubeDataSetIterator couldn't iterate over the data, because it contained empty datasets. Quite a bit of care was needed to check for these cases and to advance properly, and I think the problem is fixed now. However I'm running across things that don't work, and there should be a ticket to record impacts.

jbfaden commented 2 years ago

Issues so far have been trivial cases or where a debug test was left in.

jbfaden commented 2 years ago

I'm running through the tests and this seems to have been fixed.