Skip to content

Commit 785eb54

Browse files
committed
added the boolean flag to the argument
1 parent a1890f2 commit 785eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
tree example
8686
87-
dfpl predict -f example/predict.json --compressFeatures
87+
dfpl predict -f example/predict.json --compressFeatures TRUE --aeType deterministic
8888
if [ ! -d example/results_predict/ ]; then
8989
echo "predict result directory missing" >&2
9090
exit 1

0 commit comments

Comments
 (0)