You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#696 added a top-level function lazy_read_iiasa() which tries to load from file before querying the database. One problem with the current implementation is that the file does not "remember" the filters applied for querying an existing file.
#696 added a top-level function
lazy_read_iiasa()
which tries to load from file before querying the database. One problem with the current implementation is that the file does not "remember" the filters applied for querying an existing file.For example, if you
and later
you will get a different result for the second call depending on whether any data in model_b changed in the database in the meantime.
I think that @phackstock implemented some smart solutions for such a problem in the downscaling-package...
The text was updated successfully, but these errors were encountered: