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

Remove uses of similar to generate test inputs #304

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Remove uses of similar to generate test inputs #304

merged 1 commit into from
Nov 10, 2020

Conversation

oxinabox
Copy link
Member

This is why we have been getting non-determinstic failures, even thouh the RNG seed was set.
similar just has whatever values was in RAM.
Which could well be NaN.

Turns out it was not FiniteDifferences.jl v0.11 at all.

@oxinabox oxinabox added the testing Related to tests label Nov 10, 2020
@simeonschaub
Copy link
Member

Did you intentionally check in ChainRulesTestUtils as a submodule?

@nickrobinson251
Copy link
Contributor

nickrobinson251 commented Nov 17, 2020

Did you intentionally check in ChainRulesTestUtils as a submodule?

😱

OMG completely missed that in the review! (Feel like the one-line diff for addign a submodule hasn't helped us here * shakes fist at GitHub *)

Pretty sure it wasn't intended (cc @oxinabox)

@oxinabox
Copy link
Member Author

It was very much not intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants