Skip to content

Commit

Permalink
turn off Eoff calculation production analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilia PecoradeBarros committed Nov 4, 2022
1 parent 5ec5c1b commit b34b3b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion reeds/modules/do_RE_EDS_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,14 @@ def do(out_root_dir: str, in_simSystem: fM.System, in_template_imd: str,
"write_eoff": False,
"write_s": False,
}
}
},
"eoffset": {"do":False,
"sub": {
"eoff_estimation": False,
"sampling_plot": False,
"eoffset_rebalancing": False,
}
}
}

# Generate execution Scripts
Expand Down

0 comments on commit b34b3b9

Please sign in to comment.