-
Notifications
You must be signed in to change notification settings - Fork 8
Add versions argument to Simulation
#148
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
44d2664
Add `versions` argument to `Simulation`
nikhilwoodruff 7800d58
Add actual data version check
nikhilwoodruff 0bb9348
Add tests
nikhilwoodruff a078b2e
Add Google auth
nikhilwoodruff cb93042
Add perms
nikhilwoodruff 67754f6
Fix bug
nikhilwoodruff 686dc61
Fix bug
nikhilwoodruff fcf8489
Add permissions
nikhilwoodruff 2180465
Begin removal of HF code and GCS versioning
nikhilwoodruff ee076ab
Add changes
nikhilwoodruff 827776c
Add pip install prompt
nikhilwoodruff b0928f8
Minor improvements
nikhilwoodruff 78cdfa9
Add handling for no metadata version
nikhilwoodruff a0de606
Fix some tests
nikhilwoodruff 9faeeb2
Add dataset constants
nikhilwoodruff c3fdbde
Fix str | None
nikhilwoodruff 8bc2c22
Address comment
nikhilwoodruff 88ef3e6
Call check package version
nikhilwoodruff 040d393
Model, not package
nikhilwoodruff 2aff263
Fix data version check
nikhilwoodruff 6a94359
Revert log level to debug
nikhilwoodruff cce966d
Fix syntax error
nikhilwoodruff 643f5a5
Fix bugs in tests
nikhilwoodruff 84456f4
Address comment
nikhilwoodruff 7885b0d
Add to gitignore
nikhilwoodruff e728bf6
Fix tests
nikhilwoodruff 20ae78b
Nit
nikhilwoodruff e9f528c
Nit 2
nikhilwoodruff 2edf16b
Fix test
nikhilwoodruff 8e72495
Add tests
nikhilwoodruff ec07085
Fix test
nikhilwoodruff 925ef2d
minor bug fixes
nikhilwoodruff ac1fd53
Add permissions to actions
nikhilwoodruff 2208bcc
Fix test
nikhilwoodruff 45bc6b7
Fix optional types
nikhilwoodruff 60b20cf
Use constant
nikhilwoodruff 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -162,3 +162,6 @@ cython_debug/ | |
| *.ipynb | ||
|
|
||
| !docs/**/*.ipynb | ||
|
|
||
| **/*.h5 | ||
| **/*.csv | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| - bump: minor | ||
| changes: | ||
| added: | ||
| - Error handling for data and package version mismatches. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.