Skip to content

Commit

Permalink
Add DetectorTrigger.internal to supported detector types (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester authored Jun 27, 2024
1 parent f8009fd commit 5474cf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _get_trigger_info(
supported_trigger_types = (
DetectorTrigger.constant_gate,
DetectorTrigger.edge_trigger,
DetectorTrigger.internal,
)
if trigger not in supported_trigger_types:
raise ValueError(
Expand Down

0 comments on commit 5474cf4

Please sign in to comment.