Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
willfinnigan committed Aug 22, 2019
1 parent 08f0465 commit ca33009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Advanced Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Complete code
model.setup_model()
# Run the model 1000 times, sampling from distributions
samples = kinetics.samples_distributions(model, num_samples=1000)
samples = kinetics.sample_distributions(model, num_samples=1000)
outputs = kinetics.run_all_models(model, samples, logging=True)
model.run_model()
Expand Down

0 comments on commit ca33009

Please sign in to comment.