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

Fix some docstrings and reports #63

Merged
merged 1 commit into from
Mar 24, 2024
Merged

Fix some docstrings and reports #63

merged 1 commit into from
Mar 24, 2024

Conversation

bastonero
Copy link
Owner

Fixes #61

The PhononWorkChain was missing an 'f' string, thus missing to report the exit_status of possible failed child WorkChains. The DielectricWorkChain had the property input badly documented.

Fixes #61

The PhononWorkChain was missing an 'f' string, thus missing
to report the `exit_status` of possible failed child WorkChains.
The DielectricWorkChain had the `property` input badly documented.
@cla-bot cla-bot bot added the cla-signed label Mar 24, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.44%. Comparing base (3ba3e9e) to head (742b1c1).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   87.44%   87.44%           
=======================================
  Files          26       26           
  Lines        2286     2286           
=======================================
  Hits         1999     1999           
  Misses        287      287           
Flag Coverage Δ
pytests 87.44% <ø> (ø)

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.

@bastonero bastonero merged commit 3ee9e7c into main Mar 24, 2024
6 checks passed
@bastonero bastonero deleted the fix/phwc/report branch March 24, 2024 19:52
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.

Missing f-string Specifier in PhononWorkChain
2 participants