Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks committed Dec 3, 2024
1 parent db94013 commit eede80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ljl_expressions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ljl_expr_allowed_funcs = Set([
:all, :any, :broadcast,
:get, :getproperty, :getindex, :keys, :values, :pairs, :haskey,
:isempty, :length, :size, :first, :last, :findfirst, :findnext, :findall, :filter, :map, :reduce,
:vcat, :hcat, :hvcat, :cat, :reshape, :transpose, :permutedims, :sort, :sortperm, :sortperm,
:vcat, :hcat, :hvcat, :cat, :reshape, :transpose, :permutedims, :sort, :sortperm,
:value, :uncertainty, :stdscore, :weightedmean,
:±,
:(:), :Symbol, :String, :Int, :Float64, :Bool,
Expand Down

0 comments on commit eede80f

Please sign in to comment.