respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

ViewRCHRES - change 'get_store' to 'HDFStore' #3

Closed jlkittle closed 6 months ago

jlkittle commented 6 years ago

in ViewRCHRES the statement with pd.get_store(hdfname, mode='r') as store:' results in the following message 'sys:1: FutureWarning: get_store is deprecated and be removed in a future version HDFStore(path, **kwargs) is the replacement'

also, remove 'mode='r' in argument list as HDF5 file may already be open

PaulDudaRESPEC commented 6 months ago

Closing since this one is related to the old python 2 notebooks