Skip to content

Commit

Permalink
Quick fix to get things working on 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grero committed Jul 14, 2017
1 parent 47825e7 commit a54de8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Spiketrains
#Spiketrains
Stimulus
DataFrames
MAT
HDF5
NearestNeighbors
Grid
#Grid
Interpolations
DSP
MultivariateStats
9 changes: 5 additions & 4 deletions src/SpikeSorter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ include("readfiles.jl")
include("features.jl")
include("extraction.jl")
include("io.jl")
import GUICheck
if GUICheck.hasgui()
include("plot.jl")
end

#import GUICheck
#if GUICheck.hasgui()
# include("plot.jl")
#end

export SpikeWaveforms

Expand Down
2 changes: 1 addition & 1 deletion src/features.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Grid
#import Grid

"""
Return the width in miliseconds of the spike
Expand Down
2 changes: 1 addition & 1 deletion src/readfiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MAT
import Base.parse
using DataFrames
import Stimulus
import Spiketrains
#import Spiketrains

@compat function loadWaveformsFile(fname::AbstractString;time_conversion::Real=0.001)
fid = open(fname,"r")
Expand Down

0 comments on commit a54de8c

Please sign in to comment.