Skip to content

Commit

Permalink
dpl-workflow: Use new CTF coding by default on EPNs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Oct 16, 2023
1 parent 681238b commit b98dde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prodtests/full-system-test/dpl-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fi

# entropy encoding/decoding mode, default "" is equivalent to '--ans-version compat' (compatible with < 09/2023 data),
# use '--ans-version 1.0 --ctf-dict none' for the new per-TF dictionary mode
[[ $EPNSYNCMODE == 1 && -z ${RANS_OPT:-} ]] && RANS_OPT="--ans-version 1.0 --ctf-dict none"
: ${RANS_OPT:=""}

workflow_has_parameter CTF && export SAVECTF=1
Expand Down

0 comments on commit b98dde7

Please sign in to comment.