Adding stub for finishing a test. RE:#1350

This commit is contained in:
James Douglass 2023-07-24 14:57:19 -07:00
parent 4b0cce9bcd
commit 5829f4e7ce
1 changed files with 5 additions and 0 deletions

View File

@ -888,6 +888,11 @@ class UNATests(unittest.TestCase):
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