brain-score / model-tools

Helper functions to extract model activations and translate from Machine Learning to Neuroscience
MIT License
8 stars 27 forks source link

empty model list will not print anything #46

Open mschrimpf opened 3 years ago

mschrimpf commented 3 years ago

Right now, if the list of base models is empty, nothing will be output: https://github.com/brain-score/model-tools/blob/ce3b520f8d8c751769556a9f62214882e01877f5/model_tools/check_submission/check_models.py#L37 We should also check that there is >=1 model in the list.