Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
foldfelis committed Feb 28, 2022
1 parent c0f390b commit 476506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/state.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ end
end

@testset "mixed state" begin
ρ = diagm(QSB.bose_einstein(0.3).(Float64.(0:DIM)))
ρ = diagm(QSB.bose_einstein(0.3).(Float64.(0:DIM-1)))
@test ThermalState(Float64, 0.3, dim=DIM) == ρ
@test ThermalState(0.3, dim=DIM) == ρ

Expand Down

2 comments on commit 476506f

@foldfelis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/55630

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.2 -m "<description of version>" 476506f342cba0102832d25e1d36a2afdc61aa65
git push origin v1.2.2

Please sign in to comment.