brain-score / core

MIT License
1 stars 6 forks source link

Updated test plugin script to use current python version #65

Closed shehadak closed 9 months ago

shehadak commented 9 months ago

This PR updates the test_plugin.sh to use the current version of Python when initializing the testing conda environments for each plugin. This accommodates the case where the domain-specific brain-score library uses a specific Python version (e.g. Brain-Score Vision requires Python 3.7, so 3.8 wouldn't work).