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

Standardized Testing Module #2233

Merged
merged 4 commits into from
Nov 25, 2020
Merged

Conversation

hyang0129
Copy link
Contributor

See #992

This refactors a previous commit to make the discover classes function accessible to other modules for the creation of future standardized testing of classes within a module

…sting.

refactored standardized test for optimizers to import from the new module.
@hyang0129
Copy link
Contributor Author

@seanpmorgan please review the refactoring

@WindQAQ WindQAQ self-requested a review November 23, 2020 02:37
Copy link
Member

@WindQAQ WindQAQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review. It's a good idea to me. One minor question that I want to clarify. Thank you!

@@ -18,7 +18,7 @@
import tensorflow as tf
Copy link
Member

@WindQAQ WindQAQ Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the file name is changed from standard_test to standard_tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I changed it because there would be multiple tests? We can change it back?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change it back. I think it's better to have a standard naming convention for file!

@WindQAQ WindQAQ self-requested a review November 25, 2020 01:34
Copy link
Member

@WindQAQ WindQAQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@WindQAQ WindQAQ merged commit 9101411 into tensorflow:master Nov 25, 2020
jrruijli pushed a commit to jrruijli/addons that referenced this pull request Dec 23, 2020
* refactored discover classes method to the utils.tests.standardized_testing.

refactored standardized test for optimizers to import from the new module.

* refactored to remove useless extra file

* fixed errors

* renamed file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants