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

Use Numpy rng in TDEM tests #1452

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Use Numpy rng in TDEM tests #1452

merged 3 commits into from
Jun 10, 2024

Commits on May 6, 2024

  1. Use Numpy rng in TDEM tests

    Replace the usage of the deprecated functions in `numpy.random` module
    for the Numpy's random number generator class and its methods, in most
    of the TDEM tests.
    santisoler committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6a3282e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Set np.seed for check_derivative

    These extra lines should be removed after adding the `seed` argument in
    discretize `check_derivative` function.
    santisoler committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7c08ebe View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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