-
Notifications
You must be signed in to change notification settings - Fork 52
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
QCPR and EPPR78 #81
QCPR and EPPR78 #81
Conversation
There are still some problems with: * The databases don't work just yet since, I believe, we assume the path is relative the the current wd * The current implementation does not replicate the results from the paper...
Can now replicate both binary phase diagrams and pure diagrams for QCPR. Implementation is not finalised since it's quite messy and had to modify cubic equation.jl
Codecov Report
@@ Coverage Diff @@
## master #81 +/- ##
==========================================
+ Coverage 89.12% 89.24% +0.11%
==========================================
Files 137 142 +5
Lines 8160 8346 +186
==========================================
+ Hits 7273 7448 +175
- Misses 887 898 +11
Continue to review full report at Codecov.
|
There is something weird on MacOS - Julia 1.6, but it is unrelated to the PR, all the tests on the other platforms pass |
Merge? |
Addresses #79 and #78