Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s.jl

* 'master' of https://github.com/gragusa/CovarianceMatrices.jl:
  Fix coverage sub
  Fix deprecations (#33)
  • Loading branch information
gragusa committed Sep 5, 2018
2 parents 172705e + 9f8ab60 commit 7d1252f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Consider the following artificial data (a regression with autoregressive error c
```julia
using CovarianceMatrices
using DataFrames
srand(1)
Random.seed!(1)
n = 500
x = randn(n,5)
u = Array{Float64}(2*n)
Expand Down
1 change: 0 additions & 1 deletion src/CovarianceMatrices.jl
@@ -1,4 +1,3 @@
__precompile__(true)
module CovarianceMatrices

using Reexport
Expand Down

0 comments on commit 7d1252f

Please sign in to comment.