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

Improve Murngahan #531

Merged
merged 9 commits into from Feb 15, 2022
Merged

Improve Murngahan #531

merged 9 commits into from Feb 15, 2022

Conversation

sudarsan-surendralal
Copy link
Member

Some cosmetic changes to module

@coveralls
Copy link

coveralls commented Feb 8, 2022

Pull Request Test Coverage Report for Build 1848469346

  • 23 of 24 (95.83%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 70.221%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pyiron_atomistics/atomistics/master/murnaghan.py 23 24 95.83%
Totals Coverage Status
Change from base Build 1813368039: 0.03%
Covered Lines: 11682
Relevant Lines: 16636

💛 - Coveralls

@sudarsan-surendralal sudarsan-surendralal marked this pull request as ready for review February 15, 2022 09:31
@sudarsan-surendralal
Copy link
Member Author

We can now input an axis and add plot kwargs arguments to the plot function. I hope this doesn't break anything @jan-janssen

Copy link
Member

@jan-janssen jan-janssen left a comment

Choose a reason for hiding this comment

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

Looks good to me

@sudarsan-surendralal sudarsan-surendralal added the format_black reformat the code using the black standard label Feb 15, 2022
@@ -90,7 +90,12 @@ def test_fitting_routines(self):
murn._hdf5["output/equilibrium_volume"] = 448.4033384110422
murn.status.finished = True

murn.plot(plt_show=False)
self.assertIsInstance(murn.plot(plt_show=False), matplotlib.axes.Axes)
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: Apparently calling plt.show() in our CI environment causes the Windows and MacOS tests to run forever (Linux tests seem to be fine).

@sudarsan-surendralal sudarsan-surendralal merged commit 4819f44 into master Feb 15, 2022
@delete-merged-branch delete-merged-branch bot deleted the improve_murn branch February 15, 2022 18:25
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

3 participants