Skip to content

👌 Parser: add exit codes for diverging Hubbard parameters#110

Merged
bastonero merged 1 commit intomasterfrom
exit-code-exploding-hubbard
Dec 19, 2025
Merged

👌 Parser: add exit codes for diverging Hubbard parameters#110
bastonero merged 1 commit intomasterfrom
exit-code-exploding-hubbard

Conversation

@bastonero
Copy link
Collaborator

When the value of an Hubbard parameter is too large,
fortran converts it into a string such as *****. This
makes it impossible to parse. At the same time, it is
a signature that the Hubbard parameter is diverging,
and therefore one should stop the self-consistent
cycle as early as possible.

When the value of an Hubbard parameter is too large,
fortran converts it into a string such as `*****`. This
makes it impossible to parse. At the same time, it is
a signature that the Hubbard parameter is diverging,
and therefore one should stop the self-consistent
cycle as early as possible.
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.33%. Comparing base (38376ab) to head (ad98903).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
+ Coverage   86.28%   87.33%   +1.05%     
==========================================
  Files          19       19              
  Lines        1538     1650     +112     
==========================================
+ Hits         1327     1441     +114     
+ Misses        211      209       -2     
Flag Coverage Δ
pytests 87.33% <100.00%> (+1.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bastonero bastonero merged commit f475b58 into master Dec 19, 2025
10 checks passed
@aiida-cla-bot aiida-cla-bot bot locked and limited conversation to collaborators Dec 19, 2025
@bastonero bastonero deleted the exit-code-exploding-hubbard branch December 19, 2025 15:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants