Skip to content

Commit

Permalink
Back to parallel processing post-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Sep 20, 2024
1 parent f46e9d0 commit b33dcc0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -984,8 +984,7 @@ def _fit_model_to_cube(self, add_data):
models_to_fit,
self.model_equation,
run_fitter=True,
window=None,
n_cpu=1 # Remove this after debugging!
window=None
)
except ValueError:
snackbar_message = SnackbarMessage(
Expand Down

0 comments on commit b33dcc0

Please sign in to comment.