Skip to content

Commit

Permalink
Fixes CI build failing due to small discrepencies (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre authored Apr 8, 2021
1 parent 43ccc22 commit d77efd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_sklearn_double_tensor_type_cls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests GLMRegressor converter."""
# SPDX-License-Identifier: Apache-2.0

import unittest
from distutils.version import StrictVersion
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sklearn_gaussian_process_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def test_gpr_rbf_fitted_return_std_exp_sine_squared_true(self):
dump_data_and_model(
X_test.astype(np.float64), gp, model_onnx,
verbose=False,
basename="SklearnGaussianProcessExpSineSquaredStdT-Out0-Dec3",
basename="SklearnGaussianProcessExpSineSquaredStdT-Out0-Dec2",
disable_optimisation=True)
self.check_outputs(gp, model_onnx, X_test.astype(np.float64),
predict_attributes=options[
Expand Down

0 comments on commit d77efd1

Please sign in to comment.