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
The airfoil dataset no longer available from the source URL. Needs replacing with a different URL.
Run a test that uses the dataset, e.g.: pytest -vvvs tests/plugins/core/models/test_tabular_gan.py::test_gan_classification
pytest -vvvs tests/plugins/core/models/test_tabular_gan.py::test_gan_classification
The data should be retrieved and tests should pass
The text was updated successfully, but these errors were encountered:
robsdavis
Successfully merging a pull request may close this issue.
Description
The airfoil dataset no longer available from the source URL. Needs replacing with a different URL.
How to Reproduce
Run a test that uses the dataset, e.g.:
pytest -vvvs tests/plugins/core/models/test_tabular_gan.py::test_gan_classification
Expected Behavior
The data should be retrieved and tests should pass
The text was updated successfully, but these errors were encountered: