Skip to content

Commit

Permalink
wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Dec 4, 2024
1 parent 40d8129 commit a8f0918
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/interactive_topoplots_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ desired_conditions = ["duration", "fix_avgpos_x", "fix_avgpos_y", "fix_avgpupils
)
end

@testset "inter_toposeries" begin
inter_toposeries_image(
filter(row -> row.condition in desired_conditions, pattern_detection_values),
evts,
erps_fix,
timing;
positions = positions_128,
)
end

@testset "inter_toposeries" begin
inter_toposeries_image(
filter(row -> row.condition in desired_conditions, pattern_detection_values_32),
Expand All @@ -33,4 +23,3 @@ end
figure_configs = (; size = (1500, 700)),
)
end

0 comments on commit a8f0918

Please sign in to comment.