Skip to content

Commit

Permalink
Merge pull request #891 from pyiron/dependabot/pip/mendeleev-0.12.1
Browse files Browse the repository at this point in the history
Bump mendeleev from 0.11.0 to 0.12.1
  • Loading branch information
jan-janssen authored Dec 5, 2022
2 parents d3e740c + 46dfb70 commit 2c426c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- defusedxml =0.7.1
- h5py =3.7.0
- matplotlib-base =3.6.2
- mendeleev =0.11.0
- mendeleev =0.12.1
- numpy =1.23.5
- pandas =1.5.2
- phonopy =2.15.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'defusedxml==0.7.1',
'h5py==3.7.0',
'matplotlib==3.6.2',
'mendeleev==0.11.0',
'mendeleev==0.12.1',
'mp-api==0.29.8',
'numpy==1.23.5',
'pandas==1.5.2',
Expand Down
4 changes: 2 additions & 2 deletions tests/atomistics/structure/test_periodic_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_Abbreviation_range(self):

def test_add_element_without_tags(self):
fe_up = self.pse.add_element("Fe", "B_up")
self.assertEqual(int(fe_up.MeltingPoint), 1808)
self.assertEqual(int(fe_up.MeltingPoint), 1811)

def test_add_Abbreviation_bug(self):
fe_up = self.pse.add_element("Fe", "B_up")
Expand Down Expand Up @@ -66,7 +66,7 @@ def test_Period(self):

def test_add_MeltingPoint(self):
el1 = self.pse.element("Fe")
self.assertEqual(int(el1.MeltingPoint), 1808)
self.assertEqual(int(el1.MeltingPoint), 1811)

def test_set_item(self):
el1 = self.pse.element("Fe")
Expand Down

0 comments on commit 2c426c4

Please sign in to comment.