Skip to content

Commit

Permalink
Update hpc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Sep 19, 2023
1 parent 38d64c5 commit 106ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covalent_hpc_plugin/hpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 106ecf6

Please sign in to comment.