Skip to content

Commit

Permalink
Update U to 1.516
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 3, 2024
1 parent 0dabb76 commit 87facd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def radius_data_URhIn() -> dict:
"U": {
"CIF_radius": 1.377,
"CIF_radius_refined": 1.6143,
"Pauling_radius_CN12": 1.51,
"Pauling_radius_CN12": 1.516,
},
}

Expand Down
2 changes: 1 addition & 1 deletion tests/core/data/test_radius_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_get_CIF_pauling_radii():
expected = {
"In": {"CIF_radius": 1.624, "Pauling_radius_CN12": 1.66},
"Rh": {"CIF_radius": 1.345, "Pauling_radius_CN12": 1.342},
"U": {"CIF_radius": 1.377, "Pauling_radius_CN12": 1.51},
"U": {"CIF_radius": 1.377, "Pauling_radius_CN12": 1.516},
}
assert get_CIF_pauling_radius(test_elements) == expected

Expand Down
2 changes: 1 addition & 1 deletion tests/core/models/test_cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_radius_values(cif_URhIn):
"U": {
"CIF_radius": 1.377,
"CIF_radius_refined": 1.614,
"Pauling_radius_CN12": 1.51,
"Pauling_radius_CN12": 1.516,
},
}
actual_values = cif_URhIn.radius_values
Expand Down

0 comments on commit 87facd3

Please sign in to comment.