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

[Nova] Updated Smoke Tests that Account for Recursive Import #1967

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

osalpekar
Copy link
Member

@osalpekar osalpekar commented Oct 27, 2022

All the other modules are imported when we import torchtext, so no need to manually import them all. The recursive import can be seen here: https://github.com/pytorch/text/blob/main/torchtext/__init__.py#L12. There seem to be no lazily imported modules that we need to explicitly check for according to @abhinavarora. So these smoke tests should suffice.

@osalpekar osalpekar changed the title [Nova] Rest of the imports are covered recursively [Nova] Updated Smoke Tests that Account for Recursive Import Oct 27, 2022
@Nayef211 Nayef211 merged commit 345c2df into pytorch:main Oct 28, 2022
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.

3 participants