Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address FuncAnimantion trying to take lengths of generators #2634

Merged
merged 4 commits into from Jan 6, 2014

Commits on Nov 30, 2013

  1. Check if iterator has length

    If an iterable is passed into `FuncAnimation` check if it has
    `__len__` before trying to take it's length
    
    closes matplotlib#1769
    tacaswell committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    b57c6dc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. added test for code path where the object passed into frames is

    does not have a length.
    tacaswell committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    03c71f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab1f0a View commit details
    Browse the repository at this point in the history
  3. added test_animation back in to default_test_modules so that the

    iterator test actually runs
    tacaswell committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    1b144e8 View commit details
    Browse the repository at this point in the history