Introduction
Introduction Statistics Contact Development Disclaimer Help
trevert to Base.Test for now until julia 0.7 is stable - Granular.jl - Julia pa…
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
commit 7a6ee93e9545213e990b9d1a3e02b307386b1d43
parent 31f3ebe01b742b031789245fbf69997877327040
Author: Anders Damsgaard <[email protected]>
Date: Wed, 1 Nov 2017 11:46:44 -0400
revert to Base.Test for now until julia 0.7 is stable
Diffstat:
M test/memory-management.jl | 2 --
M test/profiling.jl | 2 +-
M test/runtests.jl | 2 +-
M test/util.jl | 2 --
4 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/test/memory-management.jl b/test/memory-management.jl
t@@ -1,6 +1,4 @@
#!/usr/bin/env julia
-import SeaIce
-using Test
info("#### $(basename(@__FILE__)) ####")
diff --git a/test/profiling.jl b/test/profiling.jl
t@@ -2,7 +2,7 @@
import Plots
import SeaIce
import CurveFit
-using Test
+using Base.Test
info("#### $(basename(@__FILE__)) ####")
diff --git a/test/runtests.jl b/test/runtests.jl
t@@ -1,5 +1,5 @@
import SeaIce
-using Test
+using Base.Test
include("icefloe.jl")
include("packing.jl")
diff --git a/test/util.jl b/test/util.jl
t@@ -1,6 +1,4 @@
#!/usr/bin/env julia
-import SeaIce
-using Test
info("#### $(basename(@__FILE__)) ####")
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.