DassHydro / smash

An open source, Python library interfacing the Fortran Spatially distributed Modelling and ASsimilation for Hydrology platform.
https://smash.recover.inrae.fr/
GNU General Public License v3.0
12 stars 6 forks source link

Missing keys when return rr_states from any simulation method #152

Closed inoelloc closed 7 months ago

inoelloc commented 7 months ago
>>> ret_directCal.rr_states[0]
RR_StatesDT
    keys: array(['...', '...', '...', '...', '...'], dtype='<U3')
    values: array([[[-9.9000000e+01, -9.9000000e+01, -9.9000000e+01, -9.9000000e+01, 
inoelloc commented 7 months ago

Issued fixed in PR #153