Skip to content

Commit

Permalink
Merge pull request #995 from jdebacker/wealth_tax_default
Browse files Browse the repository at this point in the history
Allow flat wealth tax
  • Loading branch information
jdebacker authored Oct 30, 2024
2 parents 4ea91c9 + 3283a16 commit 356087d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogcore/default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
],
"validators": {
"range": {
"min": 0.0,
"min": 0.00000001,
"max": 10.0
}
}
Expand All @@ -1154,7 +1154,7 @@
],
"validators": {
"range": {
"min": 0.00000001,
"min": 0.0,
"max": 10.0
}
}
Expand Down

0 comments on commit 356087d

Please sign in to comment.