Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
tolerance update
Browse files Browse the repository at this point in the history
  • Loading branch information
zaqqwerty committed Feb 15, 2022
1 parent dc44570 commit b5d1666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/circuit_infer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def setUp(self):
self.tfp_seed = tf.constant([5, 6], dtype=tf.int32)

self.close_rtol = 1e-2
self.not_zero_atol = 1e-3
self.not_zero_atol = 1e-4

def test_init(self):
"""Confirms QuantumInference is initialized correctly."""
Expand Down

0 comments on commit b5d1666

Please sign in to comment.