Skip to content

Commit e00e087

Browse files
Update src/legacy.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 8a9deb4 commit e00e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@deprecate AutoSparseZygote() AutoSparse(AutoZygote())
1313

1414
function AutoModelingToolkit(sparse = false, cons_sparse = false; kwargs...)
15-
@warn "AutoModelingToolkit(args...) is deprecated, use AutoSymbolics() or AutoSparse(AutoSymbolics()) instead."
15+
@warn "AutoModelingToolkit(args...) is deprecated, use AutoSymbolics() or AutoSparse(AutoSymbolics()) instead." maxlog=1
1616
if sparse || cons_sparse
1717
return AutoSparse(AutoSymbolics())
1818
else

0 commit comments

Comments
 (0)