Skip to content

Commit

Permalink
update standoff test
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Feb 23, 2024
1 parent 17e0f26 commit 329c09e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,11 @@ def test_standoff():
"x": 2.7381790837131876,
"T98_0": 79.074638,
"T98_inf": 53.982905,
"T98": 70,
}

df_expected_result_l1 = pd.DataFrame.from_dict(expected_result_l1, orient="index").T

expected_result_l2 = {
"x": 0,
"T98_0": 79.074638,
"T98_inf": 53.982905,
"T98": 80,
}
expected_result_l2 = {"x": 0, "T98_0": 79.074638, "T98_inf": 53.982905}

df_expected_result_l2 = pd.DataFrame.from_dict(expected_result_l2, orient="index").T
print(result_l1)
Expand Down

0 comments on commit 329c09e

Please sign in to comment.