Skip to content

Commit 7ce478a

Browse files
committed
Add Base prefix and bump jet count to 3
1 parent 5d78e5f commit 7ce478a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/express.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ express(s, repr::AbstractRepresentation) = express(s, repr, UseAsState())
2323
##
2424

2525
"""Representation using kets, bras, density matrices, and superoperators governed by `QuantumOptics.jl`."""
26-
@kwdef struct QuantumOpticsRepr <: AbstractRepresentation
26+
Base.@kwdef struct QuantumOpticsRepr <: AbstractRepresentation
2727
cutoff::Int = 2
2828
end
2929
"""Similar to `QuantumOpticsRepr`, but using trajectories instead of superoperators."""

test/test_jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ end
4949
)
5050
)
5151
@show rep
52-
@test length(JET.get_reports(rep)) <= 2
52+
@test length(JET.get_reports(rep)) <= 3
5353
@test_broken length(JET.get_reports(rep)) == 0
5454
end

0 commit comments

Comments
 (0)