-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow both distribution types, fix typo (#102)
- Loading branch information
1 parent
4854ea6
commit 05063a3
Showing
7 changed files
with
891 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SimulationService" | ||
uuid = "e66378d9-a322-4933-8764-0ce0bcab4993" | ||
authors = ["Five Grant <[email protected]>"] | ||
version = "0.14.4" | ||
version = "0.14.5" | ||
|
||
[deps] | ||
AMQPClient = "79c8b4cd-a41a-55fa-907c-fab5288e1383" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"modelConfigId": "FILL IN HERE", | ||
"dataset": { | ||
"id": "FILL IN HERE", | ||
"filename": "sirFixed.csv", | ||
"mappings": { | ||
"s": "S", | ||
"i": "I", | ||
"r": "R", | ||
"t": "timestamp" | ||
} | ||
}, | ||
"extra": { | ||
"numChains": 4, | ||
"numIterations": 50, | ||
"odeMethod": "default", | ||
"calibrateMethod": "global" | ||
}, | ||
"engine": "sciml", | ||
"timespan": { | ||
"start": 0, | ||
"end": 90 | ||
} | ||
} |
Oops, something went wrong.