Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c430d099 authored by E Madison Bray's avatar E Madison Bray
Browse files

Merge branch 'embray/missing-default-simulator-seed' into 'master'

Add a default of `seed: null` for the simulator config in the schema

See merge request !126
parents b034e3f9 d973556e
No related branches found
No related tags found
1 merge request!126Add a default of `seed: null` for the simulator config in the schema
Pipeline #275219 passed with warnings
...@@ -30,11 +30,12 @@ allOf: ...@@ -30,11 +30,12 @@ allOf:
default: 1 default: 1
seed: seed:
type: "integer" type: ["integer", "null"]
description: >- description: >-
fixed seed to use for seeding the random number fixed seed to use for seeding the random number
generator at the beginning of the simulation; if absent generator at the beginning of the simulation; if absent
then the PRNG's default seeding method is used then the PRNG's default seeding method is used
default: null
summary_statistics: {"$ref": "summary-statistics.yml#/definitions/summary_statistics"} summary_statistics: {"$ref": "summary-statistics.yml#/definitions/summary_statistics"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment