-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix bubblepoint function and unit inconsistency in OLI API #1388
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cf08c78
raise exception when vapor not included and bubblepoint function called
adam-a-a 2c3e6bf
Merge branch 'main' into fix_oli_client
adam-a-a d58b4e6
commit changes to fixedkeysdict and debugging flash for vapordiffusiv…
adam-a-a a436577
handle vapordiffusivitymatrix in flatten_results method; add test for…
adam-a-a efaa94d
Update watertap/tools/oli_api/flash.py
adam-a-a 541264b
blk
adam-a-a 049ec04
repair tests/pylint check
adam-a-a 197fe34
Merge branch 'main' into fix_oli_client
adam-a-a 62be05f
add vapor to list of default phases when none are specigied for dbs g…
adam-a-a 4875110
Merge branch 'fix_oli_client' of https://github.com/adam-a-a/watertap…
adam-a-a a267578
Merge branch 'main' into fix_oli_client
adam-a-a aec8734
try testing invalid phase
adam-a-a a2c9f71
Merge branch 'fix_oli_client' of https://github.com/adam-a-a/watertap…
adam-a-a 18fe097
black
adam-a-a b27ff49
fix test
adam-a-a 510fb39
make invalid phase a list entry
adam-a-a 2d79077
fix string expected
adam-a-a 7f81ff5
re.escape()
adam-a-a b5bcc5c
blk
adam-a-a bf19550
Merge branch 'main' into fix_oli_client
bknueven 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
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.
@adam-a-a Is there a reason why we do not have "liquid2" here?
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.
For now, because we haven't experimented with it enough and I didn't want to open up more cans of worms until we get the more fundamental bits of code working, I think it is safer to add liquid2 as part of the default in a later PR, which would need to include some thorough testing to see how various OLI functions may or may not be impacted.