diff --git a/Project.toml b/Project.toml index c699a9d1..2d88ccce 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Octofitter" uuid = "daf3887e-d01a-44a1-9d7e-98f15c5d69c9" authors = ["William Thompson ", "Jensen Lawrence", "Dori Blakely"] -version = "2.0.0" +version = "2.0.1" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" diff --git a/ext/OctofitterPairPlotsExt.jl b/ext/OctofitterPairPlotsExt.jl index fbb1bbb0..5928f15c 100644 --- a/ext/OctofitterPairPlotsExt.jl +++ b/ext/OctofitterPairPlotsExt.jl @@ -100,7 +100,7 @@ function Octofitter.octocorner( # Do any data conversions dat = vec(chain_notinternal[pk]) if k == "i" || k == "Ω" || k == "ω" - dat = rem2pi.(rad2deg.(dat), RoundDown) + dat = rad2deg.(rem2pi.(dat, RoundDown)) end push!(table_cols, pks => dat) end