We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug_model
1 parent 552ae86 commit 3068b6fCopy full SHA for 3068b6f
1 file changed
tests/regenerate_all_data.sh
@@ -14,6 +14,8 @@ for example in $examples; do
14
extra_args=--overwrite
15
if [ $example = simple ]; then
16
extra_args+=" --debug-model"
17
+ else
18
+ extra_args+=" --debug-model=false"
19
fi
20
21
env MUSE2_LOG_LEVEL=off cargo run example run $extra_args -o "data/$example" "$example" 2> /dev/null
0 commit comments