From 66d2b42d1f757cd9a9aa3a61d35023cc49a97ead Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 26 Feb 2024 11:26:03 +0000 Subject: [PATCH] Add missing comma --- examples/coiled/aws/coiled-add-asarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coiled/aws/coiled-add-asarray.py b/examples/coiled/aws/coiled-add-asarray.py index 9c89f0d1..4d65125b 100644 --- a/examples/coiled/aws/coiled-add-asarray.py +++ b/examples/coiled/aws/coiled-add-asarray.py @@ -21,7 +21,7 @@ c = xp.add(a, b) res = c.compute( executor=executor, - memory=["1 GiB", "8 GiB"] # memory range + memory=["1 GiB", "8 GiB"], # memory range, lower value must be at least allowed_mem spot_policy="spot_with_fallback", # recommended account=None, # use your default account (or change to use a specific account) keepalive="30 seconds", # change this to keep clusters alive longer