-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove surv_rate
parameter object
#886
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
510584d
manual format what black not catching
jdebacker c803186
resolve conflict
jdebacker c9139e0
remove surv_rate from default params
jdebacker 8303d4e
use 1-rho rather than surv_rate
jdebacker acb4c92
remove surv_rate from testing params
jdebacker 259efdf
fix self ref
jdebacker 4d6c75a
Updated version in setup.py and ogcore/__init__.py
rickecon f78d27a
Merge pull request #32 from rickecon/jdebacker-surv_rate
jdebacker 8381eb7
add 3.11 to test matrix
jdebacker 3fa9d50
Merge remote-tracking branch 'origin/surv_rate' into surv_rate
jdebacker 1bec7ed
read 311 pickle when necessary
jdebacker 8c1e73c
add v311 pickles for params
jdebacker ff1c7e0
condition for python 3.11
jdebacker a8a40bf
black format
jdebacker f7438da
use sys
jdebacker 41c4117
proper access to list?
jdebacker d6b574a
uncomment test param
jdebacker ae79e32
fix case in param plots
jdebacker c6edfbb
remove comma in test tpi test list
jdebacker 03e0421
format
jdebacker 805aa62
use lists in dy rev table
jdebacker f190dcd
311 check
jdebacker b68b1de
update params for 311
jdebacker 75ec1cf
fix baseline name
jdebacker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ | |
from ogcore.txfunc import * | ||
from ogcore.utils import * | ||
|
||
__version__ = "0.10.9" | ||
__version__ = "0.10.10" |
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
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
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
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
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
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdebacker. I would remove the Python 3.9 tests here if we are going to test Python 3.11. As it is written now, this is 9 sets of CI tests. I think we are going to bump into the limits of what GitHub is willing to compute. Plus, let's encourage people to use Python 3.10 or above implicitly here.
In summary, I think you should remove Python 3.9 in the name in line 1, and remove Python 3.9 in the version matrix in line 18.