Skip to content

Commit

Permalink
uncomment testset (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHotter committed Jul 25, 2024
1 parent 13ef433 commit f730f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_timecorrelations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Test
using QuantumOptics
using LinearAlgebra

# @testset "timecorrelations" begin
@testset "timecorrelations" begin

ωc = 1.2
ωa = 0.9
Expand Down Expand Up @@ -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
end # testset

0 comments on commit f730f1a

Please sign in to comment.