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 objectives tests #348

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

Thomas-Christie
Copy link
Contributor

Set 64 bit precision in objectives tests due to change in #347 causing tests to fail when run in isolation.

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've formatted the new code by running poetry run pre-commit run --all-files --show-diff-on-failure before committing.
  • [N/A] I've added tests for new code.
  • [N/A] I've added docstrings for the new code.

Description

Objectives tests were failing when run in isolation due to #347. However, when all tests where run together they would pass (presumably due to 64 bit precision being set by an earlier set of tests). Therefore, 64 bit precision has been added to the objectives tests so that they can be run successfully in isolation.

Issue Number: N/A

Set 64 bit precision in objectives tests due to change in
JaxGaussianProcesses#347 causing tests to
fail when run in isolation.
@thomaspinder thomaspinder added the bug Something isn't working label Aug 8, 2023
@thomaspinder thomaspinder added this to the v1.0.0 milestone Aug 8, 2023
@thomaspinder thomaspinder merged commit dd695f5 into JaxGaussianProcesses:main Aug 8, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants