Joschka Thurner
Joschka Thurner
When the Chart was [updated to Helm 3](https://github.com/cesanta/docker_auth/pull/263) there was some discussion around integrating docker-registry. The idea was dropped because helm-stable was shut down at the time and docker-registry had...
When initializing the geonode stack with docker, the password for the geoserver admin user is changed from the default to the value of $GEOSERVER_ADMIN_PASSWORD. Subsequent password changes require manual intervention...
`pp.diagnostic` runs power flows during various tests but does not allow passing arguments to `pp.runpp`. This PR adds an optional argument `runpp_function` to `pp.diagnostic` which takes a function to be...
NSE(FUN=log, epsilon="Pushpalatha2012",...) should be a reasonable default. Technically it would be possible to let the user set the parameters through the ellipsis (ggof -> plot2 -> gof), but I am...
According to to the documentation, there is no way to pass arguments to `model.FUN` when `fn` is set to `"hydromodInR"`: https://github.com/hzambran/hydroPSO/blob/2f8f8f132b81b8d1e900ebb884d955fce40196ab/man/hydroPSO.Rd#L34-L36 https://github.com/hzambran/hydroPSO/blob/2f8f8f132b81b8d1e900ebb884d955fce40196ab/man/hydroPSO.Rd#L68-L70 The code actually passes the ellipsis: https://github.com/hzambran/hydroPSO/blob/2f8f8f132b81b8d1e900ebb884d955fce40196ab/R/PSO_v2013.R#L2650-L2659 From...
Allows custom fn functions to return the model results along with GoF, in the same way as hydromod. For the parallelised branches, I only tested "parallel" on Linux (although multicore...
Calling `plot_results` does not produce the sim-vs-obs ggof graph when `fn!=hydromod` because `read_results` can not obtain the best model output time series. When `fn=hydromod`, fn yields a list containing 1)...
Currently hydroPSO leaves dangling fileconnections and the parallel cluster (if used) open in case the function exits unorderly (errors, hitting escape in the console), which can lead to problems on...