Skip to content

Commit f004eef

Browse files
authored
Change initial Run ID to use for Bokeh app (#225)
1 parent 553ea5d commit f004eef

File tree

1 file changed

+1
-1
lines changed
  • src/nectarchain/dqm/bokeh_app

1 file changed

+1
-1
lines changed

src/nectarchain/dqm/bokeh_app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def update_camera_displays(attr, old, new):
6666
# VM (gets OoM killed)
6767
# run_dict_lengths = [len(db[r]) for r in runids]
6868
# runid = runids[np.argmax(run_dict_lengths)]
69-
runid = "NectarCAM_Run0008"
69+
runid = "NectarCAM_Run6310"
7070
print(f"We will start with run {runid}")
7171

7272
print("Defining Select")

0 commit comments

Comments
 (0)