Skip to content

Commit

Permalink
✅ Updated Python test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Nov 21, 2023
1 parent 1c41e43 commit 426d591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_bestagon_inv(self):

critical_temperature_gate_based(cds, spec, params, stats)

self.assertEqual(stats.algorithm_name, "QuickExact")
self.assertEqual(stats.algorithm_name, "QuickSim")
self.assertLessEqual(stats.critical_temperature, 400)
self.assertGreater(stats.num_valid_lyt, 1)

Expand Down

0 comments on commit 426d591

Please sign in to comment.