Skip to content

Commit e39011d

Browse files
fix zero param test results
1 parent f93d987 commit e39011d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/qnn/test_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_zero_param_ob(self, test_case):
148148
"""Test for zero number of parameters in observable."""
149149

150150
assert_dict = {
151-
"QNNRegressor": np.array([0.11503425, 0.10989764, 0.11377155, 0.12618358, 0.14544058]),
151+
"QNNRegressor": np.array([0.11080395, 0.10440662, 0.10877287, 0.12350483, 0.14668292]),
152152
"QNNClassifier": np.array([0, 0, 0, 0, 0]),
153153
}
154154
pqc = ChebyshevPQC(2, 1, 1)

0 commit comments

Comments
 (0)