Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh-1729 committed Oct 15, 2017
1 parent f415059 commit c35199d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Test
command: |
. venv/bin/activate
pip install nltk
pip install nltk pyjnius
python -m nltk.downloader -u https://pastebin.com/raw/D3TBY4Mj punkt
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
Expand Down
2 changes: 1 addition & 1 deletion emoint/tests/test_featurizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from emoint.featurizers.nrc_hashtag_sentiment_featurizer import NRCHashtagSentimentFeaturizer
from emoint.featurizers.senti_wordnet_featurizer import SentiWordNetFeaturizer
from emoint.featurizers.sentiment140_featurizer import Sentiment140Featurizer
from emoint.featurizers.sentistrength import SentiStrengthFeaturizer
# from emoint.featurizers.sentistrength import SentiStrengthFeaturizer


class TestMPQAEffectFeaturizer(TestCase):
Expand Down

0 comments on commit c35199d

Please sign in to comment.