Skip to content

Commit adf970c

Browse files
Manually merged and fixed and
1 parent 9c61835 commit adf970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FindMonomialBasis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function pseudo_inverse_controlled(f, S, l, R, PR, params)
186186
if flag
187187
return (U,B)
188188
else
189-
if S == collect(0:n) and l == ((d-2)*(n+1)+1)
189+
if S == collect(0:n) && l == ((d-2)*(n+1)+1)
190190
throw(ArgumentError("f is not smooth"))
191191
else
192192
throw(ArgumentError("matrix from f is not right invertible"))

0 commit comments

Comments
 (0)