Skip to content

Commit

Permalink
Update dkist/wcs/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored May 19, 2023
1 parent cb6a3fd commit 2ce5ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dkist/wcs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def inverse(self):

return step1 | step2


def _calculate_separability_matrix(self):
sepleft = separable._separable(self.left)
sepright = separable._separable(self.right)
Expand Down

0 comments on commit 2ce5ad8

Please sign in to comment.