Skip to content

Commit c0eeee3

Browse files
committed
Simplify in to_std_string
1 parent 35522a2 commit c0eeee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/std.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ to_std_string(gradient(x' * A * x, x))
10911091
```
10921092
"""
10931093
function to_std_string(arg)
1094-
arg = evaluate(arg)
1094+
arg = simplify(arg)
10951095
free_indices = unique(get_free_indices(arg))
10961096

10971097
standardized = if length(free_indices) == 2

0 commit comments

Comments
 (0)