Skip to content

Commit 52e6e11

Browse files
committed
Do not set IS_SIMULATED_DATA in gen_topo_o2dpg.sh, its value is set in setenv.sh depending on the runtype
1 parent de867bb commit 52e6e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DATA/tools/epn/gen_topo_o2dpg.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# Some defaults
44
[[ -z "$GEN_TOPO_STDERR_LOGGING" ]] && export GEN_TOPO_STDERR_LOGGING=1 # Enable logging of stderr messages
5-
[[ -z "$IS_SIMULATED_DATA" ]] && export IS_SIMULATED_DATA=0 # by default we are processing raw data
65

76
# Check settings coming from AliECS via env variables
87
if [[ -z "$GEN_TOPO_HASH" ]]; then echo \$GEN_TOPO_HASH missing; exit 1; fi # Flag whether source is a hash or a folder

0 commit comments

Comments
 (0)