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

Fix 30,000-ish warnings from pytest #1157

Merged
merged 2 commits into from
Jan 21, 2024

Commits on Jan 21, 2024

  1. Fix 30,000+ warnings from pistonball test

    These came because of numpy changes that didn't like using a
    numpy array of 1 item as a scalar.
    
    The discrete and continuous cases of pistonball give different
    action types, and need to be treated slightly differently.
    dm-ackerman committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    bc62f82 View commit details
    Browse the repository at this point in the history
  2. Fix warnings from waterworld test

    These came because of numpy changes that didn't like using a
    numpy array of 1 item as a scalar.
    dm-ackerman committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d1b3638 View commit details
    Browse the repository at this point in the history