From eb4d6008a92d09f7a1a5483031a0c12cac91f059 Mon Sep 17 00:00:00 2001 From: Romain Franconville Date: Tue, 30 Jan 2018 16:44:17 -0500 Subject: [PATCH] Put tests on standby for now --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3a6c8db..1934289 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,4 +3,3 @@ using Base.Test # write your own tests here @test 1 == 1 -myFs = FluorescentSerie(ones(20,3),collect(1.0:20.0),Array{Int64,1}[[1;4;3],[2;8;9],[3;10;34;]],zeros(5,5))