Skip to content

Commit

Permalink
BUG: now using Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Nov 19, 2014
1 parent 0b36984 commit 0f58183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Models

# Import all QuantEcon names
using ..QuantEcon
using Compat

# 3rd party dependencies
using Distributions
Expand Down
1 change: 1 addition & 0 deletions src/QuantEcon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Base: mean, std, var
using Distributions
import Distributions: pdf, skewness
using DSP: TFFilter, freqz
using Compat

# useful types
typealias ScalarOrArray{T} Union(T, Array{T})
Expand Down

0 comments on commit 0f58183

Please sign in to comment.