Skip to content

Commit

Permalink
feat: update config values
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Apr 4, 2023
1 parent 8638279 commit 072b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_sim/parameter_test/parameter/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
name="MarkPriceUpdateFrequency",
parameter_type="network",
parameter_to_vary=("network.markPriceUpdateMaximumFrequency"),
values=["2s", "10s", "30s", "60s"],
values=["0s", "1s", "2s", "4s", "8s", "16s", "32s", "64s"],
scenario=ParameterExperiment(
num_steps=60 * 20,
step_length_seconds=1,
Expand Down

0 comments on commit 072b3d7

Please sign in to comment.