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
If the list returned by a calc function contains cache = FALSE, no cache file should be written for this calculation. This works well when running this calculation through calcOutput. But if I run retrieveData, the cache setting of the calc function is overwritten and madrat tries to save a cache file for the calc function even though this has been disabled. I guess, this is not intended, right?
The text was updated successfully, but these errors were encountered:
This should be done by specifying cache=FALSE in the return list of the calc function
I did precisely this but this was only effective when running the respective calcOutput call. When I ran the calc function through retrieveData -> calcOutput -> calc function withcache = FALSE, madrat still tried to write a cache file.
If the list returned by a calc function contains
cache = FALSE
, no cache file should be written for this calculation. This works well when running this calculation throughcalcOutput
. But if I runretrieveData
, the cache setting of the calc function is overwritten and madrat tries to save a cache file for the calc function even though this has been disabled. I guess, this is not intended, right?The text was updated successfully, but these errors were encountered: