Skip to content

Commit

Permalink
Modify decimal places for U Pauling update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 3, 2024
1 parent 87facd3 commit c5a4fe3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ def radius_sum_data_URhIn() -> dict:
"Pauling_radius_sum": {
"In-In": 3.32,
"In-Rh": 3.002,
"In-U": 3.17,
"In-U": 3.176,
"Rh-Rh": 2.684,
"Rh-U": 2.852,
"U-U": 3.02,
"Rh-U": 2.858,
"U-U": 3.032,
},
}

Expand Down Expand Up @@ -237,7 +237,7 @@ def max_gaps_per_label_URhIn():
"CN": 17,
},
"dist_by_Pauling_radius_sum": {
"max_gap": 0.254,
"max_gap": 0.256,
"CN": 17,
},
},
Expand All @@ -248,7 +248,7 @@ def max_gaps_per_label_URhIn():
"max_gap": 0.418,
"CN": 9,
},
"dist_by_Pauling_radius_sum": {"max_gap": 0.4, "CN": 9},
"dist_by_Pauling_radius_sum": {"max_gap": 0.402, "CN": 9},
},
"Rh2": {
"dist_by_shortest_dist": {"max_gap": 0.31, "CN": 9},
Expand All @@ -257,7 +257,7 @@ def max_gaps_per_label_URhIn():
"max_gap": 0.397,
"CN": 9,
},
"dist_by_Pauling_radius_sum": {"max_gap": 0.378, "CN": 9},
"dist_by_Pauling_radius_sum": {"max_gap": 0.380, "CN": 9},
},
}

Expand Down

0 comments on commit c5a4fe3

Please sign in to comment.