Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
Co-authored-by: barneydobson <[email protected]>
  • Loading branch information
liuly12 and barneydobson authored Apr 10, 2024
1 parent e9a3ea1 commit 8a22275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_land.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,6 @@ def test_land_overrides(self):
self.assertEqual(node.subsurface_residence_time, 23.7)
self.assertEqual(node.subsurface_runoff.residence_time, 23.7)
self.assertEqual(node.percolation_residence_time, 56.1)
self.assertEqual(node.percolation.residence_time, 56.1)

def test_surface_overrides(self):
constants.set_default_pollutants()
Expand Down

0 comments on commit 8a22275

Please sign in to comment.