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
./whitebox_tools --run="ConditionalEvaluation" --wd="/celery" --input='a.tif' --statement=value == minvalue && value < -1000 - -true='b.tif' -v --compress_rasters=True
thread 'main' panicked at whitebox-tools-app/src/main.rs:72:21:
Unrecognized tool name ConditionalEvaluation.
run with `RUST_BACKTRACE=1` environment variable to display a backtrace
What I Did
The code has not changed and calls this function as follows:
I fount that both the ConditionalEvaluation and ConditionedLatinHypercube tools have the same issue. It seems the tools with the word Condition have this problem. Other tools are fine.
This was first posted on the whitebox tracker (jblindsay/whitebox-tools#411)
Description
I noticed that since the recent release 2.3.3 on PyPi (https://pypi.org/project/whitebox/2.3.3/) a script of mine fails with the following whitebox debug logs
What I Did
The code has not changed and calls this function as follows:
What could the issue be?
The text was updated successfully, but these errors were encountered: