Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Sep 11, 2024
1 parent 43a31d7 commit 6f92841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

0 comments on commit 6f92841

Please sign in to comment.