Skip to content

Commit

Permalink
Merge branch 'main' into feature/plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Dec 12, 2024
2 parents 3bae582 + 987a4b4 commit 251b4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

virtualenv>=12.0.1
pytest
pytest-subtests
pytest-subtests!=0.14.0 # https://github.com/pytest-dev/pytest-subtests/issues/173
wheel>=0.27.0
pypiwin32; sys_platform == 'win32' # pip-only

Expand Down
3 changes: 2 additions & 1 deletion src/natcap/invest/urban_nature_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
'projection_units': u.meter,
'about': (
"A map of LULC codes. "
"All values in this raster must have corresponding entries "
"Each land use/land cover type must be assigned a unique integer "
"code. All values in this raster must have corresponding entries "
"in the LULC attribute table. For this model in particular, "
"the urban nature types are of importance. Non-nature types "
"are not required to be uniquely identified. All outputs "
Expand Down

0 comments on commit 251b4de

Please sign in to comment.