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

Test Lower bounds #1240

Merged
merged 16 commits into from
Dec 3, 2023
Merged

Test Lower bounds #1240

merged 16 commits into from
Dec 3, 2023

Conversation

jan-janssen
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Dec 3, 2023

Pull Request Test Coverage Report for Build 7076579881

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 190 unchanged lines in 40 files lost coverage.
  • Overall coverage increased (+11.7%) to 80.453%

Files with Coverage Reduction New Missed Lines %
pyiron_atomistics/atomistics/generic/object_type.py 1 61.29%
pyiron_atomistics/atomistics/master/elastic.py 1 99.31%
pyiron_atomistics/atomistics/structure/factories/ase.py 1 88.24%
pyiron_atomistics/sphinx/potential.py 1 74.55%
pyiron_atomistics/sphinx/volumetric_data.py 1 76.0%
pyiron_atomistics/thermodynamics/interfacemethod.py 1 81.45%
pyiron_atomistics/vasp/parser/outcar.py 1 97.48%
pyiron_atomistics/vasp/vasprun.py 1 98.77%
pyiron_atomistics/vasp/volumetric_data.py 1 87.94%
pyiron_atomistics/atomistics/job/potentials.py 2 93.27%
Totals Coverage Status
Change from base Build 7076000917: 11.7%
Covered Lines: 24843
Relevant Lines: 30879

💛 - Coveralls

@jan-janssen
Copy link
Member Author

======================================================================
FAIL: test__add__ (atomic.structure.test_atoms.TestAtoms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_atoms.py", line 1401, in test__add__
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_append (atomic.structure.test_atoms.TestAtoms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_atoms.py", line 1437, in test_append
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_add_MeltingPoint (atomic.structure.test_periodic_table.TestPeriodicTable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_periodic_table.py", line 69, in test_add_MeltingPoint
    self.assertEqual(int(el1.MeltingPoint), 1811)
AssertionError: 1808 != 1811

======================================================================
FAIL: test_add_element_without_tags (atomic.structure.test_periodic_table.TestPeriodicTable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_periodic_table.py", line 40, in test_add_element_without_tags
    self.assertEqual(int(fe_up.MeltingPoint), 1811)
AssertionError: 1808 != 1811

======================================================================
FAIL: test_kspacing (vasp.test_vasp.TestVasp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/vasp/test_vasp.py", line 462, in test_kspacing
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_potentials (vasp.test_vasp.TestVasp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/vasp/test_vasp.py", line 451, in test_potentials
    self.assertEqual(len(w), 0, msg=f'Expected no warnings but got {[warn.message for warn in w]}.')
AssertionError: 5 != 0 : Expected no warnings but got [DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)')].

----------------------------------------------------------------------

@jan-janssen
Copy link
Member Author

======================================================================
FAIL: test__add__ (atomic.structure.test_atoms.TestAtoms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_atoms.py", line 1401, in test__add__
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_append (atomic.structure.test_atoms.TestAtoms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/atomic/structure/test_atoms.py", line 1437, in test_append
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_kspacing (vasp.test_vasp.TestVasp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/vasp/test_vasp.py", line 462, in test_kspacing
    self.assertEqual(len(w), 1)
AssertionError: 2 != 1

======================================================================
FAIL: test_potentials (vasp.test_vasp.TestVasp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_atomistics/pyiron_atomistics/tests/vasp/test_vasp.py", line 451, in test_potentials
    self.assertEqual(len(w), 0, msg=f'Expected no warnings but got {[warn.message for warn in w]}.')
AssertionError: 5 != 0 : Expected no warnings but got [DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)'), DeprecationWarning('np.find_common_type is deprecated.  Please use `np.result_type` or `np.promote_types`.\nSee https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information.  (Deprecated NumPy 1.25)')].

----------------------------------------------------------------------

@jan-janssen jan-janssen merged commit fe199da into main Dec 3, 2023
24 checks passed
@delete-merged-branch delete-merged-branch bot deleted the old branch December 3, 2023 11:58
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.

2 participants