Skip to content
Snippets Groups Projects
Commit e25aa6bc authored by payno's avatar payno
Browse files

rename 'get_partition_walltime_infos' to 'get_partition_walltime' and improve docstring

parent 8d6eb0ef
No related branches found
No related tags found
1 merge request!14Add 'get_partition_walltime_infos' function
Pipeline #206984 passed
......@@ -56,7 +56,7 @@ def get_partition_gpus(partition: str) -> tuple:
return tuple()
def get_partition_walltime_infos(partition: str) -> dict[str, str]:
def get_partition_walltime(partition: str) -> dict[str, str]:
"""
Return for the given partition:
* time: walltime limit as DD:HH:MM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment