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

Commit

Permalink
Merge pull request #577 from Hakuyume/fix-check-available-in-sbd
Browse files Browse the repository at this point in the history
fix _check_available in SBDInstanceSegmentationDataset
  • Loading branch information
yuyu2172 authored Apr 19, 2018
2 parents 6b7b2e5 + ad4d798 commit c9b3b8e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c9b3b8e

Please sign in to comment.