Skip to content

Commit

Permalink
fix errors due to missing key of Levi
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Mar 9, 2024
1 parent 02a4a61 commit 5a42d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ifs_revised.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.19.36
# v0.19.38

using Markdown
using InteractiveUtils
Expand Down Expand Up @@ -46,7 +46,7 @@ md"""
begin
ui_use_typestable = @bind use_typestable Select([false, true], default=false)
ui_use_staticarrays = @bind use_staticarrays Select([false, true], default=false)
ui_pattern = @bind pattern Select([:Lévy, :Barnsley])
ui_pattern = @bind pattern Select([:Barnsley])
nothing
end

Expand Down

0 comments on commit 5a42d8a

Please sign in to comment.