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

Comment out inconsistent test in _keras_test.py #6767

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

rileyajones
Copy link
Contributor

@rileyajones rileyajones commented Feb 20, 2024

Motivation for features / changes

This test behaves differently internally and externally. The changes made in #6761 succeed in getting the test to pass externally, but it will then fail when imported Googlers see (cl/608667862).

@rileyajones rileyajones requested a review from bileschi February 20, 2024 19:45
@rileyajones rileyajones changed the title Revert shape change in _keras_test.py Comment out inconsistent test in _keras_test.py Feb 20, 2024
@bileschi
Copy link
Collaborator

I concur with this decision to comment out the test. The test appears to be checking on behavior that can not be guaranteed depending on the backing version of Keras.

@rileyajones rileyajones merged commit d73e213 into tensorflow:master Feb 20, 2024
13 checks passed
bmd3k added a commit that referenced this pull request Mar 4, 2024
#6759 modified _keras_test.py to work with Keras 3 but it did not import
correctly into the internal repository. It was therefore reverted in
#6767.

This changes the test to work both in the oss and internal repos.

Googlers, see cl/612511563 for sample import results.
AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
tensorflow#6759 modified _keras_test.py to work with Keras 3 but it did not import
correctly into the internal repository. It was therefore reverted in
tensorflow#6767.

This changes the test to work both in the oss and internal repos.

Googlers, see cl/612511563 for sample import results.
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.

2 participants