Skip to content

Commit

Permalink
Merge branch 'mbaran/reverse-diff-zygote' of https://github.com/Julia…
Browse files Browse the repository at this point in the history
…Manifolds/Manifolds.jl into mbaran/reverse-diff-zygote
  • Loading branch information
mateuszbaran committed Sep 22, 2021
2 parents 842d265 + 07c905e commit 8a17ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Manifolds"
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
authors = ["Seth Axen <[email protected]>", "Mateusz Baran <[email protected]>", "Ronny Bergmann <[email protected]>", "Antoine Levitt <[email protected]>"]
version = "0.6.8"
version = "0.6.9"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
2 changes: 1 addition & 1 deletion test/manifolds/stiefel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ using Manifolds: default_metric_dispatch
M4 = MetricManifold(Stiefel(10, 2), CanonicalMetric())
p = Matrix{Float64}(I, 10, 2)
Random.seed!(42)
Z = project(base_manifold(M4), p, randn(size(p)))
Z = project(base_manifold(M4), p, 0.5 .* randn(size(p)))
s = exp(M4, p, Z)
Z2 = log(M4, p, s)
@test isapprox(M4, p, Z, Z2)
Expand Down

0 comments on commit 8a17ef8

Please sign in to comment.