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

Skip LayerStackTest.test_random while we debug test failures. #810

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 29, 2025

Skip LayerStackTest.test_random while we debug test failures.

Currently failing with:

    def test_random(self):
      .. snip ..
      _, p = stats.kstest(values, cdf)  # pytype: disable=attribute-error
>     self.assertLess(p, 0.1)
E     AssertionError: np.float64(0.8794532981155583) not less than 0.1

@copybara-service copybara-service bot changed the title Explicitly copy values to host before testing with kstest. Skip LayerStackTest.test_random while we debug test failures. Jan 29, 2025
Currently failing with:

```
    def test_random(self):
      .. snip ..
      _, p = stats.kstest(values, cdf)  # pytype: disable=attribute-error
>     self.assertLess(p, 0.1)
E     AssertionError: np.float64(0.8794532981155583) not less than 0.1

```

PiperOrigin-RevId: 721011228
@copybara-service copybara-service bot merged commit fb4d963 into main Jan 29, 2025
@copybara-service copybara-service bot deleted the test_720948940 branch January 29, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant