Skip to content

Commit

Permalink
Test new dipole finding method
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Luke committed Aug 3, 2016
1 parent 5c09442 commit 52a46eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/types/VolumeImage/VolumeImage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ facts("Volume Image") do
dips = find_dipoles(mean(t))
@fact size(dips) --> (11,)

dips = EEG.new_dipole_method(mean(t))
@fact size(dips) --> (9,)

fname = joinpath(dirname(@__FILE__), "../../data", "test-4d.dat")
t2 = read_VolumeImage(fname)
dips = find_dipoles(mean(t2))
Expand Down

0 comments on commit 52a46eb

Please sign in to comment.