Skip to content

Commit fcfdfda

Browse files
Added print statement to Ssmooth function
1 parent f25b88d commit fcfdfda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SmoothNondegenerate.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function find_Ssmooth_model(f, M, S_target, params)
3333
bool = false
3434
return f_transformed, pseudo_inverse_mat_new
3535
catch e
36+
(0 < verbose) && println("This f is not S smooth, changing to one that is")
3637
if isa(e, ArgumentError) && e.msg == "f is not smooth"
3738
throw(ArgumentError("f is not smooth"))
3839
bool = false

0 commit comments

Comments
 (0)