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

Fixes missing WhiteKernel with return_std=True #1163

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Feb 3, 2025

Fixes #1161.

initial_types=initial_type,
options={GaussianProcessRegressor: {"return_std": True}},
)
self.assertTrue(onnx_model is not None)

Check notice

Code scanning / CodeQL

Imprecise assert Note test

assertTrue(a is not b) cannot provide an informative message. Using assertIsNot(a, b) instead will give more informative messages.
@xadupre xadupre merged commit a245fb0 into onnx:main Feb 4, 2025
23 checks passed
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.

RuntimeError when converting GaussianProcessRegressor with WhiteKernel and return_std option
1 participant