Update docstrings in make_simple_raster and assert_raster_equal_value. see #BITBUCKET-3758.

This commit is contained in:
Joanna Lin 2018-07-27 11:30:29 -07:00
parent fb76b2b7b8
commit fe473bd44b
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ import pygeoprocessing.testing
def make_simple_raster(raster_path, fill_val):
"""Create a 10x10 raster with designated path and fill value.
"""Create a 10x10 raster on designated path with fill value.
Parameters:
raster_path (str): a raster path for making the new raster.
raster_path (str): the raster path for making the new raster.
fill_val (int): the value used for filling the raster.
Returns: