Closed annakrystalli closed 1 month ago
Best reviewed after #144 is merged
This PR checks that the number of model output files per round per team, regardless of extension, does not exceed accepted number of files (which defaults to 1L). The check returns a check_failure class object and does not lead to early return.
check_failure
Resolves #139
🚀 Deployed on https://672201136f1f195e674e3a7c--hubvalidations-pr-previews.netlify.app
Best reviewed after #144 is merged
This PR checks that the number of model output files per round per team, regardless of extension, does not exceed accepted number of files (which defaults to 1L). The check returns a
check_failure
class object and does not lead to early return.Resolves #139