Skip to content

Commit

Permalink
bug4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Dec 4, 2024
1 parent 5235fa7 commit 0f7f019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/literate/intro/gnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ path = dirname(dirname(Base.current_project()))
include(path * "/docs/example_data.jl")

positions_128 = JLD2.load_object(path * "/data/positions_128.jld2")
erps_fix_32 = JLD2.load_object("../data/erps_fix_32.jld2")
pattern_detection_values_32 = example_data("../data/pattern_detection_values_32");
erps_fix_32 = JLD2.load_object(path * "/data/erps_fix_32.jld2")
pattern_detection_values_32 = example_data("pattern_detection_values_32");
desired_conditions = ["duration", "fix_avgpos_x", "fix_avgpos_y", "fix_avgpupilsize"]

# Plotting
Expand Down

0 comments on commit 0f7f019

Please sign in to comment.