Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/reference_data' int…
Browse files Browse the repository at this point in the history
…o reference_data

# Conflicts:
#	atomistics/referencedata/__init__.py
  • Loading branch information
jan-janssen committed Jul 29, 2024
2 parents 035d69d + e141423 commit fe58857
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_referencedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ def test_get_experimental_elastic_property_wikipedia(self):
al_data = get_experimental_elastic_property_wikipedia(chemical_symbol="Al")
self.assertEqual(
al_data,
{'bulk_modulus': 76.0, 'poissons_ratio': 0.35, 'shear_modulus': 26.0, 'youngs_modulus': 70.0}
)
{
"bulk_modulus": 76.0,
"poissons_ratio": 0.35,
"shear_modulus": 26.0,
"youngs_modulus": 70.0,
},
)

0 comments on commit fe58857

Please sign in to comment.