Skip to content

Commit

Permalink
Restricting tests to b2time_red.nc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Sep 8, 2023
1 parent efe7db5 commit 6969235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"]
Expand Down

0 comments on commit 6969235

Please sign in to comment.