noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
16 stars 19 forks source link

hytraj open_dataset generating warning #138

Closed amcz closed 8 months ago

amcz commented 8 months ago

monetio/monetio/models/hytraj.py:236: UserWarning: Could not infer format, so each element will be parsed individually, falling back to dateutil. To ensure parsing is consistent and as-expected, please specify a format. slist = [row[2],row[3],row[4],row[5],row[6]]

function works correctly but generates a warning. this should be re-written so warning is not generated.