Skip to content

Commit

Permalink
Merge pull request #839 from prrathi/master
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Apr 22, 2023
2 parents fdff510 + fc2e081 commit 5a770b5
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 137 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ ogcore/tests/OUTPUT_BASELINE/*
ogcore/tests/OUTPUT_REFORM/*
regression/OUTPUT_BASELINE/*
regression/OUTPUT_REFORM*
.vscode/
*default.profraw
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ dependencies:
- requests
- openpyxl
- black
- pip
- pip:
- pygam

2 changes: 1 addition & 1 deletion ogcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from ogcore.txfunc import *
from ogcore.utils import *

__version__ = "0.10.7"
__version__ = "0.10.8"
3 changes: 2 additions & 1 deletion ogcore/default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,8 @@
"DEP_totalinc",
"GS",
"linear",
"mono"
"mono",
"mono2D"
]
}
}
Expand Down
Loading

0 comments on commit 5a770b5

Please sign in to comment.