From f5ecc853819b13ab53c9b81e835a362f7eba4a90 Mon Sep 17 00:00:00 2001 From: christoph Date: Thu, 25 Jul 2024 13:35:22 +0200 Subject: [PATCH] uncomment testset --- test/test_timecorrelations.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_timecorrelations.jl b/test/test_timecorrelations.jl index cacb07ea..13d076b4 100644 --- a/test/test_timecorrelations.jl +++ b/test/test_timecorrelations.jl @@ -2,7 +2,7 @@ using Test using QuantumOptics using LinearAlgebra -# @testset "timecorrelations" begin +@testset "timecorrelations" begin ωc = 1.2 ωa = 0.9 @@ -84,4 +84,4 @@ omega5, S5 = timecorrelations.spectrum(omega_sample, H, J5, op; rho_ss=ρ₀, r omega5_2, S5_2 = timecorrelations.spectrum(H, J5, op; rates=rates5, tol=1e-3) @test abs(sum(S2 .- S5_2)) < 1e-8 -# end # testset \ No newline at end of file +end # testset \ No newline at end of file