Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Feb 10, 2025
1 parent 5af93f2 commit fe61ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
runner.jl
test/drafts (to be ignored).jl
Manifest.toml
6 changes: 3 additions & 3 deletions test/interactive_heatmap_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ begin
pattern_detection_values = CSV.read("../data/evts_d.csv", DataFrame)
end

@testset "inter_heatmap" begin
@testset "interactive heatmap" begin
inter_heatmap(pattern_detection_values)
end

Expand All @@ -12,7 +12,7 @@ end
erps_fix = read(fid["data"]["data_fixations.hdf5"])
close(fid)
@testset "inter_heatmap_image" begin
@testset "interactive heatmap image" begin
inter_heatmap_image(pattern_detection_values, events, erps_fix)
end
=#
=#

0 comments on commit fe61ff4

Please sign in to comment.