Skip to content

Commit

Permalink
available_memory step: use bytes as output type
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-tguittet committed Dec 5, 2024
1 parent ed06a83 commit 2a494ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arcaflow_plugin_utilities/arcaflow_plugin_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class SuccessOutputNumCpu:
class SuccessOutputAvailableMemory:
available_memory: typing.Annotated[
int,
schema.units(schema.UNIT_BYTE),
schema.name("available memory"),
schema.description("Amount of available memory (in bytes)"),
]
Expand Down

0 comments on commit 2a494ca

Please sign in to comment.