You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibility 1: Hint to user that they received less points raise RuntimeWarning("Requested more points than available. Your workflow/allocation may not operate efficiently")
Possibility 2: Crash upon not providing enough points
raise RuntimeError("Requested more points than available. Exiting...")
I'm leaning more towards a Warning.
The text was updated successfully, but these errors were encountered:
Possibility 1: Hint to user that they received less points
raise RuntimeWarning("Requested more points than available. Your workflow/allocation may not operate efficiently")
Possibility 2: Crash upon not providing enough points
raise RuntimeError("Requested more points than available. Exiting...")
I'm leaning more towards a Warning.
The text was updated successfully, but these errors were encountered: