We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19b3c2c + ac14712 commit 7f2554aCopy full SHA for 7f2554a
examples/fdp/SEIRSconfig.yaml
@@ -2,7 +2,7 @@ run_metadata:
2
default_input_namespace: testing
3
description: SEIRS Model julia
4
script: |
5
- julia --project=examples/fdp -e 'using Pkg; Pkg.instantiate()'
+ julia --project=examples/fdp -e "using Pkg; Pkg.instantiate()"
6
julia --project=examples/fdp examples/fdp/seirs_sim.jl
7
8
register:
@@ -20,7 +20,7 @@ register:
20
file_type: csv
21
release_date: 2020-06-01T12:00
22
version: "1.0.0"
23
- primary: True
+ primary: False
24
25
write:
26
- data_product: model_output
0 commit comments