Skip to content

Commit

Permalink
Missed one recalculated coeff of variation
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed Jul 26, 2024
1 parent b8dfae0 commit 0e2ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endpoints/test_single_well_qc_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_get_pool_info(test_client: TestClient, mlwhdb_load_runs):
assert response.status_code == 200

data = response.json()
assert int(data["pool_coeff_of_variance"]) == 23, "variance is calculated"
assert int(data["pool_coeff_of_variance"]) == 19, "variance is calculated"
assert {prod["tag1_name"] for prod in data["products"]} == {
"bc2036",
"bc2040",
Expand Down

0 comments on commit 0e2ac0e

Please sign in to comment.