Skip to content
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

ENH/FIX: Convergence improvements for dilute case #332

Merged
merged 5 commits into from May 22, 2021
Merged

Conversation

richardotis
Copy link
Collaborator

@richardotis richardotis commented May 22, 2021

Fixes gh-271.

  • Sets MIN_SITE_FRACTION = 1e-16 (previously 8e-13)
  • Changes the minimum allowed composition condition to a constant, 1e-10, instead of 1000*MIN_SITE_FRACTION (previously 8e-10)
  • Fixes test_degree_of_ordering to have more significant digits of precision
  • Adds allowed_mass_residual inside of the minimizer, which automatically adjusts the mass residual tolerance for dilute calculations

@richardotis richardotis added this to the 0.9 milestone May 22, 2021
@codecov
Copy link

codecov bot commented May 22, 2021

Codecov Report

Merging #332 (c33b469) into develop (db5086c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #332   +/-   ##
========================================
  Coverage    87.34%   87.35%           
========================================
  Files           46       46           
  Lines         4521     4524    +3     
========================================
+ Hits          3949     3952    +3     
  Misses         572      572           
Impacted Files Coverage Δ
pycalphad/core/constants.py 100.00% <100.00%> (ø)
pycalphad/core/equilibrium.py 94.32% <100.00%> (+0.12%) ⬆️
pycalphad/tests/test_equilibrium.py 97.14% <100.00%> (ø)
pycalphad/tests/test_model.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db5086c...c33b469. Read the comment docs.

@richardotis richardotis requested a review from bocklund May 22, 2021 17:20
pycalphad/core/equilibrium.py Outdated Show resolved Hide resolved
@richardotis richardotis merged commit 5c1d07b into develop May 22, 2021
@richardotis richardotis deleted the fix-issue271 branch May 22, 2021 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipopt 3.13.1 correctness at equilibrium compositions near zero.
2 participants