Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Sep 13, 2024
1 parent 5547dae commit 5a2a9ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ using Statistics
using Dates

@testset "Climat.jl" begin
# Write your tests here.

# obsfile = joinpath("/gpfs/home/dl2594/.julia/dev/Climat/test/", "data", "obs.nc")
# reffile = joinpath("/gpfs/home/dl2594/.julia/dev/Climat/test/", "data", "ref.nc")
# futfile = joinpath("/gpfs/home/dl2594/.julia/dev/Climat/test/", "data", "fut.nc")
# Write your tests here.

obsfile = joinpath(dirname(@__FILE__), "data", "obs.nc")
reffile = joinpath(dirname(@__FILE__), "data", "ref.nc")
Expand Down

0 comments on commit 5a2a9ca

Please sign in to comment.