We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8960662 commit 2fbc5eeCopy full SHA for 2fbc5ee
1 file changed
sumpy/expansion/__init__.py
@@ -687,6 +687,9 @@ def get_stored_ids_and_unscaled_projection_matrix(self):
687
shape = (len(mis), len(mis))
688
op = CSEMatVecOperator(from_input_coeffs_by_row,
689
from_output_coeffs_by_row, shape)
690
+
691
+ plog.done()
692
693
return mis, op
694
695
ordering_key, _ = self._get_mi_ordering_key_and_axis_permutation()
0 commit comments