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

Replace lists to inmutables to avoid reflection #75

Merged
merged 4 commits into from
Jul 23, 2019

Commits on Jul 19, 2019

  1. Change glq_nodes and glq_weights to tuples

    Convert lists (mutable) to tuples (inmutable) in order to avoid Numba
    from using reflection.
    santisoler committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    43a3a05 View commit details
    Browse the repository at this point in the history
  2. Replace lists to numpy arrays on test_tesseroid.py

    Replace lists to numpy arrays on test_tesseroid.py when passing them as
    arguments of Numba jitted functions in order to avoid reflection.
    santisoler committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    2782afd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    85b9455 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    96a2944 View commit details
    Browse the repository at this point in the history