Skip to content

Commit

Permalink
Reference the correct file.
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Aug 15, 2015
1 parent 1ba4f58 commit e9c5069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_show_hist():
# Return because plotting causes the tests to block until the plot
# window is closed.
return
with rasterio.open('testsdata/RGB.byte.tif') as src:
with rasterio.open('tests/data/RGB.byte.tif') as src:
try:
show_hist((src, 1), bins=256)
except ImportError:
Expand Down

0 comments on commit e9c5069

Please sign in to comment.