Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

fix _check_available in SBDInstanceSegmentationDataset #577

Merged
merged 2 commits into from
Apr 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def _check_available():
if not _available:
warnings.warn(
'SciPy is not installed in your environment,',
'SciPy is not installed in your environment,'
'so the dataset cannot be loaded.'
'Please install SciPy to load dataset.\n\n'
'$ pip install scipy')
Expand Down