Skip to content

Commit

Permalink
Merge pull request #308 from rogilmore/patch-1
Browse files Browse the repository at this point in the history
Add os.path and pliers.tests.utils imports
  • Loading branch information
tyarkoni committed Jul 12, 2018
2 parents 00ee12b + be5f906 commit f6dc7a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ We output the result as a pandas DataFrame; the 'face_locations' column contains
::

from pliers.extractors import FaceRecognitionFaceLocationsExtractor
from os.path import join
from pliers.tests.utils import get_test_data_path

# A picture of Barack Obama
image = join(get_test_data_path(), 'image', 'obama.jpg')
Expand Down Expand Up @@ -2231,4 +2233,4 @@ image, audio or text inputs, using state-of-the-art tools and services!
</tr>
</tbody>
</table>
</div>
</div>

0 comments on commit f6dc7a1

Please sign in to comment.