Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Mar 16, 2015
1 parent a660b75 commit b2be373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The RasterFactory Class
test_raster_1 = factory.uniform(5) # returns raster with 1 band filled with 5's
test_raster_2 = factory.alternating(0, 1)
test_raster_3 = factory.random()
test_raster_3 = factory.horizontal_ramp(1, 10) # interpolated from 1 to 10 across columns
test_raster_4 = factory.horizontal_ramp(1, 10) # interpolated from 1 to 10 across columns
Tests
-----
Expand Down

0 comments on commit b2be373

Please sign in to comment.