Skip to content

Commit fafeef0

Browse files
committed
make dy params scalars
1 parent 3011630 commit fafeef0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

ogcore/default_parameters.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,9 @@
994994
"description": "Parameter summarizing the linear effect of the debt to GDP ratio on the government interest rate.",
995995
"notes": "",
996996
"type": "float",
997-
"number_dims": 1,
998997
"value": [
999998
{
1000-
"value": [0.0]
999+
"value": 0.0
10011000
}
10021001
],
10031002
"validators": {
@@ -1013,10 +1012,9 @@
10131012
"description": "Parameter summarizing the quadratic effect of the debt to GDP ratio on the government interest rate.",
10141013
"notes": "",
10151014
"type": "float",
1016-
"number_dims": 1,
10171015
"value": [
10181016
{
1019-
"value": [0.0]
1017+
"value": 0.0
10201018
}
10211019
],
10221020
"validators": {

0 commit comments

Comments
 (0)