From 45b32c06228c4d2c0d0ce5c081894f21f0aea8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Tue, 25 Mar 2025 07:51:08 +0100 Subject: [PATCH] fix SLURM typo --- notebooks/2-hpc-cluster.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/2-hpc-cluster.ipynb b/notebooks/2-hpc-cluster.ipynb index ee140a0c..a4b55f9f 100644 --- a/notebooks/2-hpc-cluster.ipynb +++ b/notebooks/2-hpc-cluster.ipynb @@ -90,7 +90,7 @@ " \"submission_template\": submission_template, \n", " \"run_time_max\": 180, # in seconds \n", " })\n", - " print([f.result() for f in future_lst])\n", + " print(future.result())\n", "```" ] },