Closed mortenpi closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 40.61%. Comparing base (
6799ba1
) to head (1964bbf
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
1.6 failure seems spurious?
1.6 failure seems spurious?
Yep. I missed the doctest failures though.
The documentation says that
nodespec
returns the smallest node, not necessarily the cheapest. This fixes the behavior wherenodespec
(and thereforesubmit_job
) would pick the wrong node if there is a bigger, but cheaper one available, and clarifies the documentation.It also makes the output for
nodespecs()
sorted, but that's an implementation detail, and hence not documented.