Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Fix math_test.go for Go1.9 #207

Closed
wants to merge 1 commit into from
Closed

Fix math_test.go for Go1.9 #207

wants to merge 1 commit into from

Conversation

dsnet
Copy link

@dsnet dsnet commented Jul 7, 2017

https://golang.org/cl/39152 fixes the testing/quick package to properly generate
all possible uint64 values which affects the range of values that are generated
for float32. This causes some inputs to be provided that exceeds the 1e-7
tolerance previously set. Instead, we increase it to 1e-6.

https://golang.org/cl/39152 fixes the testing/quick package to properly generate
all possible uint64 values which affects the range of values that are generated
for float32. This causes some inputs to be provided that exceeds the 1e-7 
tolerance previously set. Instead, we increase it to 1e-6.
@dsnet
Copy link
Author

dsnet commented Jul 7, 2017

\cc @kortschak

@kortschak
Copy link
Member

kortschak commented Jul 7, 2017

Thanks @dsnet. Most of the old gonum packages have been moved over to gonum.org/v1/gonum and are now housed together in github.com/gonum/gonum, so we have stopped development on these repos (we need to put up a CONTRIBUTING.md to let people know they are deprecated and note in the README.md - our focus has been elsewhere).

A change similar to this, targeting only the Hypot function has been merged into gonum.org/v1/gonum.

@kortschak kortschak closed this Jul 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants