deeplycloudy / xlma-python

A future, Python-based version of xlma?
MIT License
6 stars 6 forks source link

lma_read.dataset single file support #36

Closed wx4stg closed 5 months ago

wx4stg commented 5 months ago

if the dataset is a string, single file path, this will convert it to a one-element list before trying to do any for looping over it

codecov-commenter commented 5 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (master@f0bb273). Click here to learn what that means.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #36 +/- ## ========================================= Coverage ? 76.61% ========================================= Files ? 12 Lines ? 1732 Branches ? 0 ========================================= Hits ? 1327 Misses ? 405 Partials ? 0 ```

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

deeplycloudy commented 5 months ago

Thanks for helping the user! LGTM.