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

Cast to integer to get rid of numpy warning #3241

Merged
merged 11 commits into from Aug 26, 2014

Commits on Jul 22, 2014

  1. Change num lines to int in hatch.

    Fixes numpy issues warnings
    jenshnielsen committed Jul 22, 2014
    Copy the full SHA
    5f68f64 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    687f1f8 View commit details
    Browse the repository at this point in the history
  3. Number of verts in simplification is an int

    Fixes numpy warnings in indexing
    jenshnielsen committed Jul 22, 2014
    Copy the full SHA
    4d3b23a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e559ace View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    82496ee View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d7a5c8e View commit details
    Browse the repository at this point in the history
  7. Cast to integer in contour

    as suggested by comment
    jenshnielsen committed Jul 22, 2014
    Copy the full SHA
    dc87d3b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8993188 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2c37ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Copy the full SHA
    a94e43f View commit details
    Browse the repository at this point in the history
  2. Delay the cast to int in contour.py

    This is to allow checking againt nan below
    Thangs @argriffing
    jenshnielsen committed Jul 23, 2014
    Copy the full SHA
    a7e673d View commit details
    Browse the repository at this point in the history