NOAA-OWP / hydrotools

Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Other
53 stars 12 forks source link

Update `NWMFileClient.py` concat method. #252

Closed jarq6c closed 1 month ago

jarq6c commented 1 month ago

The dask.dataframe.multi.concat method started raising errors in Python 3.12. Switching to vanilla dask.dataframe.concat seems to fix the issue.

Checklist

jarq6c commented 1 month ago

All tests passed. dask.dataframe.concat appears compatible with all tested Python versions.