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

include DataConatiner check #514

Merged
merged 3 commits into from
Feb 9, 2022
Merged

include DataConatiner check #514

merged 3 commits into from
Feb 9, 2022

Conversation

samwaseda
Copy link
Member

No description provided.

@samwaseda samwaseda added the format_black reformat the code using the black standard label Jan 30, 2022
@coveralls
Copy link

coveralls commented Jan 30, 2022

Pull Request Test Coverage Report for Build 1768084316

  • 10 of 16 (62.5%) changed or added relevant lines in 10 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.006%) to 70.206%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pyiron_atomistics/atomistics/structure/atoms.py 0 1 0.0%
pyiron_atomistics/interactive/sxextoptint.py 0 1 0.0%
pyiron_atomistics/atomistics/master/murnaghan.py 1 5 20.0%
Files with Coverage Reduction New Missed Lines %
pyiron_atomistics/dft/waves/electronic.py 1 76.34%
Totals Coverage Status
Change from base Build 1765498031: -0.006%
Covered Lines: 11669
Relevant Lines: 16621

💛 - Coveralls

Copy link
Contributor

@pmrv pmrv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit to use a proper instance check, otherwise lgtm.

pyiron_atomistics/sphinx/base.py Outdated Show resolved Hide resolved
Comment on lines +167 to 177
content = (
"main { ricQN { ric { maxDist = %f; withAngles; } maxSteps = %i; dEnergy = %f; dF = %f; maxStepLength = %f; softModeDamping = %f;}}"
% (
maxDist,
ionic_steps,
ionic_energy_tolerance,
ionic_force_tolerance,
max_step_length,
soft_mode_damping,
)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's not part of the change set, but this should really be constructed programmatically

content = Group({'main': {'ricQN': {'ric': {...}, 'maxSteps': ionic_steps, ...}})

Co-authored-by: Marvin Poul <poul@mpie.de>
@samwaseda samwaseda merged commit 5618d8e into master Feb 9, 2022
@delete-merged-branch delete-merged-branch bot deleted the spx_getitem_bugfix branch February 9, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format_black reformat the code using the black standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants