Skip to content

Commit

Permalink
Leave skipcis as they were
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Jun 27, 2024
1 parent c5a49ae commit 5dcc8b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CI = get(ENV, "CI", nothing)

@run_package_tests filter=ti->(:core in ti.tags)&&(isnothing(CI) || :skipci ti.tags) #verbose=true

@testitem "Spinors×Mag" tags=[:core, :skipci] begin
@testitem "Spinors×Mag" tags=[:core] begin
using KomaMRICore: Rx, Ry, Rz, Q, rotx, roty, rotz, Un, Rφ, Rg

## Verifying that operators perform counter-clockwise rotations
Expand Down Expand Up @@ -156,7 +156,7 @@ const CI = get(ENV, "CI", nothing)
end

# Test ISMRMRD
@testitem "signal_to_raw_data" tags=[:core, :skipci] begin
@testitem "signal_to_raw_data" tags=[:core] begin
using Suppressor
include("initialize.jl")

Expand Down Expand Up @@ -186,7 +186,7 @@ end
@test true
end

@testitem "Bloch" tags=[:important, :core, :skipci] begin
@testitem "Bloch" tags=[:important, :core] begin
using Suppressor
include("initialize.jl")
include(joinpath(@__DIR__, "test_files", "utils.jl"))
Expand All @@ -209,7 +209,7 @@ end
@test NMRSE(sig, sig_jemris) < 1 #NMRSE < 1%
end

@testitem "Bloch_RF_accuracy" tags=[:important, :core, :skipci] begin
@testitem "Bloch_RF_accuracy" tags=[:important, :core] begin
using Suppressor
include("initialize.jl")

Expand Down Expand Up @@ -256,7 +256,7 @@ end
@test error0 + error1 + error2 < 0.1 #NMRSE < 0.1%
end

@testitem "Bloch_phase_compensation" tags=[:important, :core, :skipci] begin
@testitem "Bloch_phase_compensation" tags=[:important, :core] begin
using Suppressor
include("initialize.jl")

Expand Down Expand Up @@ -307,7 +307,7 @@ end
@test NMRSE(sig, sig_jemris) < 1 #NMRSE < 1%
end

@testitem "Bloch ArbitraryMotion" tags=[:important, :core] begin
@testitem "Bloch ArbitraryMotion" tags=[:important, :core, :skipci] begin
using Suppressor
include("initialize.jl")
include(joinpath(@__DIR__, "test_files", "utils.jl"))
Expand All @@ -327,7 +327,7 @@ end
@test NMRSE(sig, sig_jemris) < 1 #NMRSE < 1%
end

@testitem "BlochDict" tags=[:important, :core, :skipci] begin
@testitem "BlochDict" tags=[:important, :core] begin
using Suppressor
include("initialize.jl")
include(joinpath(@__DIR__, "test_files", "utils.jl"))
Expand All @@ -351,7 +351,7 @@ end
@test true
end

@testitem "simulate_slice_profile" tags=[:core, :skipci] begin
@testitem "simulate_slice_profile" tags=[:core] begin
using Suppressor
include("initialize.jl")

Expand All @@ -377,7 +377,7 @@ end
@test true
end

@testitem "GPU Functions" tags=[:core, :skipci] begin
@testitem "GPU Functions" tags=[:core] begin
using Suppressor
import KernelAbstractions as KA
include("initialize.jl")
Expand Down

0 comments on commit 5dcc8b8

Please sign in to comment.