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
{{ message }}
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
I've found a weird behaviour which is causing some issue. When I run a algorithm, it hardcodes parameters making the function get_args_man function useless.
Commit 29fb26a fixes the bug you detected, thanks for letting us know! Now everything should work as expected, give it a try (for this to work you need, of course, to install the RQGIS developer version):
data("dem", package = "RQGIS")
alg = "gdalogr:rastercalculator"
out = run_qgis(alg = alg,
FORMULA = "A+0.1",
INPUT_A = dem / 1000, OUTPUT = "test.tif", load_output = TRUE)
get_args_man(alg)
I've found a weird behaviour which is causing some issue. When I run a algorithm, it hardcodes parameters making the function
get_args_man
function useless.You can see that for all unused arguments, there is some kind of arguments buildup... This is a weird and problematic behaviour if not a bug.
Thanks
Bastien Ferland-Raymond
The text was updated successfully, but these errors were encountered: