From 5dcc8b8254b58220ca4935e44b0644f51d308bf6 Mon Sep 17 00:00:00 2001 From: Pablo Villacorta Aylagas Date: Thu, 27 Jun 2024 23:53:40 +0200 Subject: [PATCH] Leave `skipci`s as they were --- KomaMRICore/test/runtests.jl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/KomaMRICore/test/runtests.jl b/KomaMRICore/test/runtests.jl index 66f05bd46..77246c48e 100644 --- a/KomaMRICore/test/runtests.jl +++ b/KomaMRICore/test/runtests.jl @@ -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 @@ -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") @@ -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")) @@ -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") @@ -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") @@ -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")) @@ -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")) @@ -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") @@ -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")