Skip to content

Commit

Permalink
precompile view and matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Nov 20, 2023
1 parent 127ed16 commit e56775a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TopoPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export GeomExtrapolation, NullExtrapolation
# all calls in this block will be precompiled, regardless of whether
# they belong to your package or not (on Julia 1.8 and higher)
eeg_topoplot(view(data, :, 340, 1); positions)
eeg_topoplot(data[:, 340, 1]; positions)
end
end

Expand Down

0 comments on commit e56775a

Please sign in to comment.