From 696923511caebda8e3264c90efd90b784cc787f4 Mon Sep 17 00:00:00 2001 From: Anchal Gupta Date: Thu, 7 Sep 2023 19:39:15 -0700 Subject: [PATCH] Restricting tests to b2time_red.nc for now --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index d9b9989..c2e3d1b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -28,7 +28,7 @@ function test_read_b2_output() @assert(nyg == ny) @assert(nxg == nx) - contents = SOLPS2IMAS.read_b2_output("$(@__DIR__)/../samples/b2time.nc") + contents = SOLPS2IMAS.read_b2_output("$(@__DIR__)/../samples/b2time_red.nc") nx = contents["dim"]["nx"] ny = contents["dim"]["ny"] nybl = contents["dim"]["nybl"] @@ -51,7 +51,7 @@ end function test_solps2imas() b2gmtry = "$(@__DIR__)/../samples/b2fgmtry" - b2output = "$(@__DIR__)/../samples/b2time.nc" + b2output = "$(@__DIR__)/../samples/b2time_red.nc" gsdesc = "$(@__DIR__)/../samples/gridspacedesc.yml" b2t = SOLPS2IMAS.read_b2_output(b2output) nx = b2t["dim"]["nx"]