Skip to content

Commit

Permalink
🎨 small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Sep 13, 2024
1 parent a48ba9b commit bfb65be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

dir_path = os.path.dirname(os.path.realpath(__file__))


class TestComputeOperationalRatioAtPoint(unittest.TestCase):

def test_and_gate_100_lattice(self):
lyt = read_sqd_layout_100(dir_path + "/../../../resources/21_hex_inputsdbp_and_v19.sqd")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ template <typename Lyt, typename TT>
operational_domain_stats stats{};

detail::operational_domain_impl<Lyt, TT, operational_domain<parameter_point, operational_status>> p{
lyt, spec, params.operational_domain_params, stats};
lyt, spec, params.op_domain_params, stats};

const auto op_domain = p.flood_fill(0, pp);

Expand Down

0 comments on commit bfb65be

Please sign in to comment.