Skip to content

Commit

Permalink
Revert this change from rebase to match main
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Apr 18, 2024
1 parent c65f091 commit 06819df
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,7 @@ def collapse_to_spectrum(self, add_data=True, **kwargs):
collapsed_spec.meta['_pixel_scale_factor'] = pix_scale_factor

if add_data:
self.add_results.add_results_from_plugin(
collapsed_spec, label=self.results_label, replace=False
)
self.add_results.add_results_from_plugin(collapsed_spec)

snackbar_message = SnackbarMessage(
"Spectrum extracted successfully.",
Expand Down

0 comments on commit 06819df

Please sign in to comment.