-
Notifications
You must be signed in to change notification settings - Fork 59
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
Repair OLIAPI #1512
Open
adam-a-a
wants to merge
31
commits into
watertap-org:main
Choose a base branch
from
adam-a-a:repair_oliapi_oct24
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Repair OLIAPI #1512
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
bd2caa8
checkpoint: add scaling to cstr but didn't note any affect on BSM2-P …
adam-a-a 05b717a
Merge branch 'main' of https://github.com/watertap-org/watertap
adam-a-a 35c42dc
fix base engine url to mitigate bad request error
adam-a-a e9ad119
added this to mitigate error that arose while trying composition surv…
adam-a-a 556f679
Merge branch 'main' of https://github.com/watertap-org/watertap
adam-a-a 18a708f
Merge branch 'main' of https://github.com/watertap-org/watertap
adam-a-a 5cf8414
Merge branch 'main' into repair_oliapi_oct24
adam-a-a 6a2d5c9
Revert "checkpoint: add scaling to cstr but didn't note any affect on…
adam-a-a a6f6d43
blk
adam-a-a 37e9a7a
update logger messages to be more clear on uploading/generating/delet…
adam-a-a b635751
remove import
adam-a-a 71cc4e7
try inspecting notebook
adam-a-a 5aa1e95
attempt to resolve notebook error, clear up logger messages
adam-a-a 7b5288b
temporarily comment out failing survey tests
adam-a-a 116fcdb
unclear why survey tests fail on GH when they pass locally with same …
adam-a-a 8041b20
temporarily comment out dbs file cleanup upon exit
adam-a-a 7deba9a
bring back session_dbs_files deletion
adam-a-a 8acadda
update tests with suspected fix regarding dbs file usage and also try…
adam-a-a ea309a1
revise tests
adam-a-a 59766c3
tests passed after pushing last commit! let's see if reverting this c…
adam-a-a 24485e7
bring back refresh since it seems that wasn't the solution (alone) an…
adam-a-a 363d652
undoing more changes to see which lines resolved the issue
adam-a-a 4a378e8
bringing back changes that I suspect were the true culprit before
adam-a-a a9b9fe6
set refresh False again
adam-a-a 8ca5f21
undoing more to identify issue
adam-a-a a5a7215
seems that tests fail when refresh=False and conftest changes are rev…
adam-a-a dd88d62
bring back all changes that led to success
adam-a-a 0e10833
undo change to exception message
adam-a-a faf0d10
run black
adam-a-a e28de47
move refresh attribute earlier; troubleshoot issue with unexpected re…
adam-a-a d2af67b
blk
adam-a-a 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
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
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.
What does this refresh actually do?
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.
From my recollection, it enables usage of a refresh token so that we don't log out prematurely.