Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Mar 6, 2017
1 parent 0dc3f5c commit 1c1bcaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ before_install:
- sudo apt-get install -y ffmpeg
- mkdir media
install:
- echo $DISPLAY
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' || $TRAVIS_PYTHON_VERSION == '3.5' || $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install matplotlib; pip install -U scikit-learn; pip install scipy; fi
- pip install coveralls
- pip install pytest-cov
Expand Down
1 change: 0 additions & 1 deletion moviepy/video/io/gif_writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def write_gif_with_image_io(clip, filename, fps=None, opt=0, loop=0,
if fps is None:
fps = clip.fps

#quantizer = 'wu' if opt!= 'nq' else 'nq'
quantizer = 0 if opt != 0 else 'nq'
writer = imageio.save(filename, duration=1.0/fps,
quantizer=quantizer, palettesize=colors)
Expand Down

0 comments on commit 1c1bcaf

Please sign in to comment.