From 6f92841a61b090e6eb3f184692e31aa148c66746 Mon Sep 17 00:00:00 2001 From: Silvana Ovaitt Date: Wed, 11 Sep 2024 15:45:19 -0700 Subject: [PATCH] pytest --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index dcdc87b0..88c0ad90 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -93,4 +93,4 @@ def test_landfilledArea_vs_AreafromWaste(): A = A/20 # convert to modules if each module is 22 kg A = A*2 # convert to area if each module is ~2 m2 A = A*1e-6 # Convert to km 2 - assert (round(A,0) == (round(B,0)) + assert (round(A,0) == (round(B,0)))