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 2382067 commit 2139bcaCopy full SHA for 2139bca
lnn/symbolic/_gm.py
@@ -152,6 +152,8 @@ def _operational_bounds(
152
joined = operand_dfs[0]
153
else:
154
joined = ft.reduce(_full_outer_join, operand_dfs)
155
+ if hasattr(operator, 'filter_valid_groundings'):
156
+ joined = operator.filter_valid_groundings(joined)
157
158
operator_groundings = _operator_groundings(joined, operator)
159
ground_objects = _operand_groundings(joined, operator, bindings)
0 commit comments