Skip to content

Commit e7e5734

Browse files
CopilotFlorianPfaff
andcommitted
Fix review comments: remove unused mu_o variable
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: FlorianPfaff <6773539+FlorianPfaff@users.noreply.github.com>
1 parent 7e7143e commit e7e5734

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyrecest/distributions/hypertorus/toroidal_vm_matrix_distribution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def marginalize_to_1d(self, dimension):
278278
other = 1 - dimension
279279

280280
mu_d = float(self.mu[dimension])
281-
mu_o = float(self.mu[other]) # noqa: F841 – retained for clarity
282281
k_d = float(self.kappa[dimension])
283282
k_o = float(self.kappa[other])
284283
a11 = float(self.A[0, 0])

0 commit comments

Comments
 (0)