Remove cluster_profile parameter from notebooks which don't use it
- Sep 28, 2021
-
-
Thomas Kluyver authoredbed8bf80
-
Notebooks with a cluster_profile
parameter will have an ipyparallel cluster launched for them when run by xfel-calibrate
. This means an extra 15 second wait for workers to start. So notebooks which don't use ipyparallel shouldn't have this parameter.
Searching through code, these notebooks don't use the cluster_profile
parameter anywhere. For all the other notebooks with the parameter, it's easy to see where it's passed.
These notebooks also don't mention 'cluster' or 'parallel' anywhere else.