mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
This commit is contained in:
@@ -169,7 +169,7 @@ def immunohistochemistry():
|
||||
No known copyright restrictions.
|
||||
|
||||
"""
|
||||
return load("ihc.jpg")
|
||||
return load("ihc.png")
|
||||
|
||||
|
||||
def chelsea():
|
||||
@@ -183,4 +183,4 @@ def chelsea():
|
||||
No copyright restrictions. CC0 by the photographer (Stefan van der Walt).
|
||||
|
||||
"""
|
||||
return load("chelsea.jpg")
|
||||
return load("chelsea.png")
|
||||
|
||||
Reference in New Issue
Block a user