Skip to content

Commit

Permalink
fix qwp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Dec 20, 2021
1 parent 0b3db11 commit 39966a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ rng = StableRNG(128584)
M = qwp(T) * linear_polarizer(T, 45°)
S = T[1, 0, 0, 0]
Sp = M * S
@test Sp T[0.5, 0, 0, -0.5] atol=1e-10
@test Sp T[0.5, 0, 0, 0.5] atol=1e-10
end

end
Expand Down

2 comments on commit 39966a4

@mileslucas
Copy link
Contributor 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/50849

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 v0.1.0 -m "<description of version>" 39966a479a077cf1de30899d29945ad9123ceb7c
git push origin v0.1.0

Please sign in to comment.