brain-score / core

MIT License
2 stars 5 forks source link

Fix web submission Travis bug(s) #106

Closed deirdre-k closed 1 month ago

deirdre-k commented 2 months ago

Travis started throwing errors on web submission PRs over the weekend (see PRs brain-score/vision#745, brain-score/vision#746, brain-score/vision#751)

Goal: Identify and fix the source of the errors

Status: seems to be multiple bugs

  1. Process is hanging because torch is being (re)installed from a plugin's setup.py/requirements.txt/environment.yml
  2. Writing to XML not working for travis
  3. Failures in generic plugin tests are not being reported
deirdre-k commented 2 months ago

Addressed in PR #105