From bed8bf8001061b8346ed343e1d2b234d0f68b4de Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas.kluyver@xfel.eu>
Date: Tue, 28 Sep 2021 13:00:40 +0200
Subject: [PATCH] Remove cluster_profile parameter from notebooks which don't
 use it

---
 notebooks/generic/PlotFromCalDB_NBC.ipynb         | 1 -
 notebooks/generic/PlotFromCalDB_Summary_NBC.ipynb | 1 -
 2 files changed, 2 deletions(-)

diff --git a/notebooks/generic/PlotFromCalDB_NBC.ipynb b/notebooks/generic/PlotFromCalDB_NBC.ipynb
index 45c18e7b2..666b2d882 100644
--- a/notebooks/generic/PlotFromCalDB_NBC.ipynb
+++ b/notebooks/generic/PlotFromCalDB_NBC.ipynb
@@ -21,7 +21,6 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "cluster_profile = \"noDB\" # The ipcluster profile to use\n",
     "start_date = \"2019-01-01\" # date to start investigation interval from\n",
     "end_date = \"NOW\" # date to end investigation interval at, can be \"now\"\n",
     "dclass=\"jungfrau\" # Detector class\n",
diff --git a/notebooks/generic/PlotFromCalDB_Summary_NBC.ipynb b/notebooks/generic/PlotFromCalDB_Summary_NBC.ipynb
index 21215acfb..ee2935501 100644
--- a/notebooks/generic/PlotFromCalDB_Summary_NBC.ipynb
+++ b/notebooks/generic/PlotFromCalDB_Summary_NBC.ipynb
@@ -21,7 +21,6 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "cluster_profile = \"noDB\"  # The ipcluster profile to use\n",
     "out_folder = \"/gpfs/exfel/data/scratch/karnem/test_bla4/\"  # Output folder, required\n",
     "use_existing = \"/home/karnem/myscratch/PlotCalDB/SPB/AGIPD1M1/\" # Input folder\n",
     "dclass = \"AGIPD\"  # Detector class\n",
-- 
GitLab