Skip to content

Commit f730f1a

Browse files
uncomment testset (#403)
1 parent 13ef433 commit f730f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_timecorrelations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Test
22
using QuantumOptics
33
using LinearAlgebra
44

5-
# @testset "timecorrelations" begin
5+
@testset "timecorrelations" begin
66

77
ωc = 1.2
88
ωa = 0.9
@@ -84,4 +84,4 @@ omega5, S5 = timecorrelations.spectrum(omega_sample, H, J5, op; rho_ss=ρ₀, r
8484
omega5_2, S5_2 = timecorrelations.spectrum(H, J5, op; rates=rates5, tol=1e-3)
8585
@test abs(sum(S2 .- S5_2)) < 1e-8
8686

87-
# end # testset
87+
end # testset

0 commit comments

Comments
 (0)