Skip to content

Commit b5a681b

Browse files
committedOct 22, 2024
reverting a change for debugging. natcap#1657
1 parent 2b956f9 commit b5a681b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tests/test_coastal_vulnerability.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,7 @@ def test_zero_shorepoints_created(self):
11841184
def test_aoi_multiple_features(self):
11851185
"""CV: test shore point creation in AOI with multiple features."""
11861186
from natcap.invest import coastal_vulnerability
1187-
# workspace_dir = self.workspace_dir
1188-
workspace_dir = 'scratch/cv_test'
1187+
workspace_dir = self.workspace_dir
11891188

11901189
aoi_path = os.path.join(workspace_dir, 'aoi.geojson')
11911190
srs = osr.SpatialReference()

0 commit comments

Comments
 (0)