brain-score / core

MIT License
2 stars 5 forks source link

Travis bug fixes #105

Closed deirdre-k closed 1 month ago

deirdre-k commented 2 months ago

This PR fixes the following in Travis:

  1. test_plugin.sh return code was not reflecting failures in generic tests, leading to Travis not detecting those failures
  2. The addition of "--junitxml" $XML_FILE to the pytest command for generic tests was failing in Travis, leading to tests not being run
  3. Plugins that have torch or related libraries in their custom dependencies are hanging on install and end up getting killed in Travis. This PR does NOT fix this, but does change logging to make the problem more clear until this is fixed (in progress)
  4. Removes a logging line that was coming out weird