Skip to content

Commit f058264

Browse files
committed
Merge pull request #13 from dlfivefifty/master
Fixed check of on whether to include InvariantEnsembles to work on Windows
2 parents 2ebe922 + b5f0e59 commit f058264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RandomMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ include("StatisticalTests.jl")
5050
include("StochasticProcess.jl")
5151

5252
#Invariant ensembles
53-
if filesize(Pkg.dir("ApproxFun")) != 0
53+
if filemode(Pkg.dir("ApproxFun")) != 0
5454
include("InvariantEnsembles.jl")
5555
end
5656

0 commit comments

Comments
 (0)