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 74fa946 commit 88c2117Copy full SHA for 88c2117
examples/stability_ufc.jl
@@ -111,7 +111,7 @@ function margins()
111
elseif min_margin < 0.5
112
@warn "System is marginally stable with a minimum margin of: $min_margin"
113
else
114
- @info "System is stable with a minimum margin of: $(round(min_margin, digits=2))"
+ @info "System is stable with a minimum margin of: $(round(min_margin, digits=2)). A value ≥ 0.5 is considered robust."
115
end
116
return margins
117
0 commit comments