Skip to content

Commit

Permalink
Merge branch 'master' into jdebacker-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker authored Dec 2, 2024
2 parents a48aeca + 6732e5c commit dae2185
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions ogcore/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def get_un_data(
"608": "PHL",
"764": "THA",
"076": "BRA"
"410": "KOR",
}
un_variable_dict = {
"68": "fertility_rates",
Expand Down

0 comments on commit dae2185

Please sign in to comment.