Skip to content

Commit

Permalink
Update test_initial.py - linting line 878
Browse files Browse the repository at this point in the history
Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com>
  • Loading branch information
jim-smith authored May 30, 2024
1 parent 5d66d6c commit 62f65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def test_crosstab_multiple_aggregate_function(data, acro):
assert (
output.summary == correct_summary
), f"\n{output.summary}\n should be \n{correct_summary}\n"
print(f"{output.output[0]['mean'][ 'R/G'].sum()}")
print(f"{output.output[0]['mean']['R/G'].sum()}")
correctval = 97383496.0
errmsg = f"{output.output[0]['mean']['R/G'].sum()} should be {correctval}"
assert correctval == output.output[0]["mean"]["R/G"].sum(), errmsg
Expand Down

0 comments on commit 62f65e1

Please sign in to comment.