Skip to content

Commit

Permalink
fixing travis problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jodreen committed Nov 30, 2015
1 parent 432ac5c commit 0229ac5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions code/utils/scene_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def get_scene_slices(self):
IS_DAY] else day_night.append(1)
int_ext.append(0) if self.scene_desc[curr_time][
IS_INT] else int_ext.append(1)
print len(day_night)
print len(int_ext)
self.scene_slices = (day_night, int_ext)
return self.scene_slices

Expand All @@ -72,6 +70,5 @@ def get_day_night(self, slice):
is_int_slice = self.scene_slices[INT_EXT_IND][slice] == 0
return (is_day_slice, is_int_slice)


# ss = SceneSlicer(path_to_subject_image)
# print ss.get_scene_slices()
1 change: 0 additions & 1 deletion code/utils/sentiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def get_polarity_dict(filename):
except tb.exceptions.NotTranslated:
pass
sentiment = get_sentiment(translated_blob)
print sentiment

def get_sentiment(blob):
sentences = blob.sentences
Expand Down

0 comments on commit 0229ac5

Please sign in to comment.