Skip to content

Commit

Permalink
add Linear algebra standard library required for norm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmthompson committed Aug 28, 2020
1 parent 32e1051 commit f4c032b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ arch:
- x64
julia:
- 1.0
- 1.3
notifications:
email: false
addons:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"

SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
julia = "1"
Expand Down
3 changes: 2 additions & 1 deletion src/SpikeSorting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module SpikeSorting

using Interpolations, DistributedArrays, Gtk.ShortNames, Cairo, MultivariateStats

using SharedArrays, LinearAlgebra

if VERSION > v"0.7-"
using SharedArrays
const Void = Nothing
const setproperty! = set_gtk_property!
const getproperty = get_gtk_property
Expand Down

0 comments on commit f4c032b

Please sign in to comment.