Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
desh2608 committed Nov 2, 2022
1 parent 5a41e8f commit a6757dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gss/cacgmm/cacg.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def _log_pdf(self, y):
assert is_broadcast_compatible(
[*independent, D, D], self.covariance_eigenvectors.shape
), (y.shape, self.covariance_eigenvectors.shape)
self.y = y

einsum_path = ["einsum_path", (1, 2), (1, 3), (0, 2), (0, 1)]
quadratic_form = cp.maximum(
Expand Down

0 comments on commit a6757dd

Please sign in to comment.