Skip to content

Instantly share code, notes, and snippets.

@chrisschopp
Last active January 12, 2021 03:30
Show Gist options
  • Select an option

  • Save chrisschopp/5aa04b87f38eec9a69e659f4436c4111 to your computer and use it in GitHub Desktop.

Select an option

Save chrisschopp/5aa04b87f38eec9a69e659f4436c4111 to your computer and use it in GitHub Desktop.
step_list = [
{
"step_name": "STEP A",
"process_time": sample_from_gamma_distribution(shape=4, scale=1.0),
},
{
"step_name": "STEP B",
"process_time": sample_from_gamma_distribution(shape=4, scale=0.5),
},
{
"step_name": "STEP C",
"process_time": sample_from_gamma_distribution(shape=4, scale=2.0),
},
{
"step_name": "STEP D",
"process_time": sample_from_gamma_distribution(shape=4, scale=0.7),
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment