We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5935e6f commit f71fb29Copy full SHA for f71fb29
src/mqt/predictor/rl/helper.py
@@ -178,7 +178,7 @@ def best_of_n_passmanager(
178
best_result = None
179
best_property_set = None
180
181
- if action["name"] == "SabreLayout+AIRouting":
+ if action.name == "SabreLayout+AIRouting":
182
all_passes = action.transpile_pass(device, max_iteration)
183
else:
184
all_passes = action.transpile_pass(device)
0 commit comments