Skip to content

Commit 82b3f62

Browse files
committed
Fix #115
1 parent 45febb9 commit 82b3f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/images_abstractions/newton_method.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ md"""
402402
"""
403403

404404
# ╔═╡ 786f8e78-7c2d-11eb-1bb8-c5cb2e349f45
405-
expand(ex) = simplify(ex, polynorm=true)
405+
expand(ex) = simplify(ex; expand=true)
406406

407407
# ╔═╡ 98158a38-7c30-11eb-0796-2335e97ec6d0
408408
expand( f(z + η) )

0 commit comments

Comments
 (0)