From 106ecf6f149b4ba8f6e32b60958620c69d9c6bdf Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Mon, 18 Sep 2023 20:54:16 -0700 Subject: [PATCH] Update hpc.py --- covalent_hpc_plugin/hpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covalent_hpc_plugin/hpc.py b/covalent_hpc_plugin/hpc.py index 37029a4..46104f1 100644 --- a/covalent_hpc_plugin/hpc.py +++ b/covalent_hpc_plugin/hpc.py @@ -104,7 +104,7 @@ class JobAttributesHint(TypedDict): Reference: https://exaworks.org/psij-python/docs/v/0.9.0/.generated/psij.html#psij.JobAttributes """ - duration: datetime.timedelta | int | float + duration: datetime.timedelta | int | float # in minutes when type int | float queue_name: str | None project_name: str | None reservation_id: str | None