Skip to content

Commit

Permalink
now only minor simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
viktmar committed Oct 16, 2024
1 parent 4f83036 commit 6dbe43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplify.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ end
"""
function simplify_to_string(node::Node, ops::Options; sigdigits=15)
sym_eq = node_to_symbolic(node, ops)
sym_eq = SymbolicUtils.simplify(sym_eq)
# sym_eq = SymbolicUtils.simplify(sym_eq)
eq_str = string(sym_eq)
if sigdigits >= 15
return eq_str
Expand Down

0 comments on commit 6dbe43a

Please sign in to comment.