Skip to content

Commit 2fbc5ee

Browse files
committed
End ProcessLogger in early exit from get_stored_ids_and_unscaled_projection_matrix
1 parent 8960662 commit 2fbc5ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sumpy/expansion/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,9 @@ def get_stored_ids_and_unscaled_projection_matrix(self):
687687
shape = (len(mis), len(mis))
688688
op = CSEMatVecOperator(from_input_coeffs_by_row,
689689
from_output_coeffs_by_row, shape)
690+
691+
plog.done()
692+
690693
return mis, op
691694

692695
ordering_key, _ = self._get_mi_ordering_key_and_axis_permutation()

0 commit comments

Comments
 (0)