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
test_minimal_1d_fits and test_minimal_1d_predicts are failing in the test_hsgp.py test file.
test_minimal_1d_fits
test_minimal_1d_predicts
test_hsgp.py
See the main branch or PR #719 and PR #725 for the test logs.
Both test functions raise the following ValueError: Incompatible Elemwise input shapes [(100,), (10,)]. The hsgp tests pass when I run them locally.
ValueError: Incompatible Elemwise input shapes [(100,), (10,)]
The text was updated successfully, but these errors were encountered:
Resolved in PR #731
Sorry, something went wrong.
No branches or pull requests
test_minimal_1d_fits
andtest_minimal_1d_predicts
are failing in thetest_hsgp.py
test file.See the main branch or PR #719 and PR #725 for the test logs.
Both test functions raise the following
ValueError: Incompatible Elemwise input shapes [(100,), (10,)]
. The hsgp tests pass when I run them locally.The text was updated successfully, but these errors were encountered: