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

DielectricWorkChain: fix validator #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bastonero
Copy link
Owner

The validator would complain if the central_difference input is not present for some reason, e.g., because of modification in the main aiida-core/plumpy functionality. We therefore add a simple check to avoid having issues.

The validator would complain if the `central_difference` input
is not present for some reason, e.g., because of modification
in the main aiida-core/plumpy functionality. We therefore add
a simple check to avoid having issues.
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.77%. Comparing base (7b6ef34) to head (57c1c5d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #88   +/-   ##
=======================================
  Coverage   86.77%   86.77%           
=======================================
  Files          34       34           
  Lines        2502     2503    +1     
=======================================
+ Hits         2171     2172    +1     
  Misses        331      331           
Flag Coverage Δ
pytests 86.77% <100.00%> (+<0.01%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant