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 07a91cd commit cf8272bCopy full SHA for cf8272b
CPAC/registration/guardrails.py
@@ -111,6 +111,10 @@ def registration_guardrail_node(name=None):
111
return Node(Function(input_names=['registered',
112
'reference'],
113
output_names=['registered'],
114
+ imports=['from CPAC.qc import qc_masks, '
115
+ 'REGISTRATION_GUARDRAIL_THRESHOLDS',
116
+ 'from CPAC.registration.guardrails '
117
+ 'import BadRegistrationError'],
118
function=registration_guardrail), name=name)
119
120
0 commit comments