Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gitignore; extend gather indexes to signle coord #42

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'brain-score:main' into main

2be8c16
Select commit
Loading
Failed to load commit list.
Open

add gitignore; extend gather indexes to signle coord #42

Merge branch 'brain-score:main' into main
2be8c16
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jun 24, 2024 in 1m 5s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #42 add gitignore; extend gather indexes to signle coord.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
953.1 3.7 public 3.7 Linux errored
953.2 3.8 public 3.8 Linux errored
953.3 3.9 public 3.9 Linux errored
953.4 3.9 private 3.9 PRIVATE_ACCESS=1 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "pip install --upgrade pip"
  ],
  "install": [
    "pip install setuptools==60.5.0",
    "pip install .[tests]",
    "pip install brainio-test/",
    "pip list"
  ],
  "script": [
    "if [ \"$PRIVATE_ACCESS\" = 1 ] && [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then pytest -m \"not memory_intense and not slow\"; fi",
    "if [ \"$PRIVATE_ACCESS\" != 1 ]; then pytest -m \"not memory_intense and not private_access and not slow\"; fi"
  ],
  "notifications": {
    "slack": [
]

},
"jobs": {
"include": [
{
"name": "3.7 public",
"python": "3.7"
},
{
"name": "3.8 public",
"python": "3.8"
},
{
"name": "3.9 public",
"python": "3.9"
},
{
"name": "3.9 private",
"python": "3.9",
"env": [
{
"PRIVATE_ACCESS": "1"
},
{
"secure": "CzOQmNMkHXavXihZWYL+G5sbdYq8KLrBWnorZEPhvsKDIKy1hhORCc+pAMXg+bjrPRXfRqZnX0XRRCoZbD9Mo9VvA1hIsV7i5bBbjMoyBTUn3vED0CQNBCgjaA2rLsHlJMtYdLoCOOAiaU+rTu2xxf0grjgKARzLpVNENmPgP0YqiXPEc7rdY3cifalCBpHTQgvu7Z6FR1yAdRsMfskTIwPa/GlTCNF8ZR+efuobQJrtApfzBgiH7+NJI5Aq6u8PWD6LqONCm2ut0NKL7BMNRMgwS3pjERr2spRWrLiCz05Y4icaUmhajPjCl3kMIjuHdw1OgvwQHuSW9hcgt0AXZoIC8qJqg5V39LrsYYPd5/sg7vcTZ+VRhWF5zDBMvTO0PFt36tpj9xnr2ATIPlp1ACXwi+fGPkPAJp3ZIHbl36lji6sB4WLwIISongseizqTAHKowmpCGqEL6TZB65/MThWBeccRNB1N4a3wG34Eu7n1XXqecK1c+68JO98fOQxwmQ/utOkQRcVQzmGyARUk7WyupoqMmAZbWxOJ5AzyXPiK2OGXmiVJSwlMQKtF7eqkLs8wWeQD+zQj2qoSqF45LdFQsww19W2wC0wHuTV6nDBaKB59lY5qFufDWT+Gh06jLk8UpgYANh9f3fH5ZgUKfnH7I17StuDEpxCZ1kxVKcA="
},
{
"secure": "kM29lJW0Dlye7uJ/eujV8kU36p8ursxpqSMu6fUg4CW6jU4novtj1wP5MxvNQky5ANem9MGMwsAvbwc236EodEnO6Dt3XR6PEcuXZurjmRnhK/Ri5aHt++gzc9OYDqOmo31Dgkn4tTD45L4Ko/DvSCoOC6CYxbQZReGoWSSdipV7yh/EjZooIejxqNFvC60D3Xz8puFNY/FO8bwrBAzy8hVRZm9kLlDQNqUfab7n+QUs1GY+SCBNYWHlpf+2Z2x5SHy48Sp+P8DYyDMtdE9V45L+5m+zGaXKhYx+779P1QBTe1WqgCRfHP/QY7+uxqC48BJ3TWRSDJYGdH6L4Qy8Z5aq6d+zQM7+txk0OI5PrNBSCUJpGlbl/fjv+2+NRjemkUXN6J52KfL8tF95l7eu7TgJfSf72ak1IggtSO9H+3hKE0hgLHQ7L6gxR2NWnqiBx3EL5t2yFOKYQoQ70PfAcvY3YPx2yZ7qjeu8/f7B4FUXko4BCJ15eOS+zWV241R2otAiNP8kFbhqnsQxxy91Mn1XvJHUZVWi/wwVEzCkzoDUV7EJ2u6E0JXORULzZJTxpQT469/rtDTtSQX1Ok9v5NMp5Zl27u1ay49FuWCZ7hxTsknzV0P4/7oNhKYbokR3veGfmdWCnye/oVeyb7TMU3JRk3kZjFf+qk85qqxbaNg="
},
{
"AWS_DEFAULT_REGION": "us-east-1"
}
]
}
]
}
}