Skip to content

Commit db17350

Browse files
committed
refactor: assert types in ParametricExpression
1 parent 4284008 commit db17350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParametricExpression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct ParametricExpression{
7171
end
7272
function ParametricExpression(
7373
tree::ParametricNode{T1};
74-
operators,
74+
operators::Union{AbstractOperatorEnum,Nothing},
7575
variable_names,
7676
parameters::AbstractMatrix{T2},
7777
parameter_names,

0 commit comments

Comments
 (0)