We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run ivy's tests at its latest commit (d707516) using go version go1.21.0 darwin/arm64, I'm seeing the following test failure:
go version go1.21.0 darwin/arm64
$ go test -run=TestAll robpike.io/ivy --- FAIL: TestAll (0.48s) [...] ivy_test.go:47: reduce.ivy ivy_test.go:47: sys.ivy ivy_test.go:102: testdata/sys.ivy:85: ('T' encode 0)[1 2 3] got: 1969 12 31 want: 1970 1 1 ivy_test.go:47: unary_matrix.ivy ivy_test.go:47: inner.ivy [...] FAIL FAIL robpike.io/ivy 0.668s FAIL
My local timezone is -0400 EDT if that happens to be relevant.
Reporting this in case it's helpful.
The text was updated successfully, but these errors were encountered:
71f06f4
No branches or pull requests
When I run ivy's tests at its latest commit (d707516) using
go version go1.21.0 darwin/arm64
, I'm seeing the following test failure:My local timezone is -0400 EDT if that happens to be relevant.
Reporting this in case it's helpful.
The text was updated successfully, but these errors were encountered: