Skip to content

Commit

Permalink
Adding stub for finishing a test. RE:natcap#1350
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jul 24, 2023
1 parent 4b0cce9 commit 5829f4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_urban_nature_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,11 @@ def test_weighted_sum(self):
numpy.testing.assert_allclose(
numpy.sum(weighted_sum_array[~nodata_pixels]), 1122.5)

def test_write_vector(self):
"""UNA: test writing of various float types to the output vector."""
# TODO
pass

def test_validate(self):
"""UNA: Basic test for validation."""
from natcap.invest import urban_nature_access
Expand Down

0 comments on commit 5829f4e

Please sign in to comment.