Skip to content

Commit

Permalink
Future proof size discovery against additional params
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Feb 5, 2024
1 parent 40f08d8 commit 79d5ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Azimuth/sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def find_smallest_size_with_resources(
min_ram: int = 0,
min_disk: int = 0,
min_ephemeral_disk: int = 0,
sort_by: str = "ram,cpus,disk,ephemeral_disk"
sort_by: str = "ram,cpus,disk,ephemeral_disk",
**kwargs
) -> t.Dict[str, t.Any]:
"""
Finds the smallest size that fulfils the specified resource requirements.
Expand Down

0 comments on commit 79d5ccd

Please sign in to comment.