diff --git a/Project.toml b/Project.toml index b93be1e207..26a3439c75 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Manifolds" uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" authors = ["Seth Axen ", "Mateusz Baran ", "Ronny Bergmann ", "Antoine Levitt "] -version = "0.7.1" +version = "0.7.2" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -37,7 +37,7 @@ RecipesBase = "1.1" RecursiveArrayTools = "2" Requires = "0.5, 1" SimpleWeightedGraphs = "1.2" -SpecialFunctions = "0.8, 0.9, 0.10, 1.0" +SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "1.0" StatsBase = "0.32, 0.33" julia = "1.5" diff --git a/test/manifolds/power_manifold.jl b/test/manifolds/power_manifold.jl index a66e1f448f..786fc759ee 100644 --- a/test/manifolds/power_manifold.jl +++ b/test/manifolds/power_manifold.jl @@ -218,7 +218,7 @@ end rand_tvector_atol_multiplier=6.0, retraction_atol_multiplier=12.0, is_tangent_atol_multiplier=12.0, - exp_log_atol_multiplier=2 * prod(power_dimensions(Ms1)), + exp_log_atol_multiplier=20 * prod(power_dimensions(Ms1)), test_inplace=true, ) end