-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Conversation
Either people should consider this PR, or should consider removing So please consider this. |
unit tests seem to be failing -- can you please check? |
Hi, the tests are failing mostly due to the "one coordinate one dimension" conditions in those tests, and there are many of them, maybe even across brainio and brainscore_vision. I can try to start fixing all of them, but I wonder if I can get helps on at least a detailed review of the tests that I am gonna change. |
The Quest engineering team is pretty much booked for the next few months, but you could ask in the slack |
I made brainio tests passed. Could you give suggestions on how I can test with brainscore_vision integratively? |
Hi @YingtianDt. Thanks for putting so much work into this! I've opened draft PRs #896 in vision and #238 to trigger the unit tests to run with the changes from your fork. This should trigger all non-plugin unit tests for each repository, plus tests for one of the benchmarks in each. @mschrimpf if there are any specific plugins you would recommend testing I'd be happy to adjust those. |
sounds good @deirdre-k, I don't think we need to test anything beyond the standard tests |
Hi @deirdre-k , thank you so much for your help! I think at this point the PR won't pass because both vision/language repo need edits to make the new I will change the two repos individually and make PR to them. And I've checked how you link my version of the brainio into the PR tests (by changing the requirement source). I will also do this myself when I do the PRs. With these said, I noticed that some of the Travis tests end up with
May I ask if this is normal? And do I have to make all of the Travis tests (sometimes there are multiple "Job"s with public/private as suffix) passed? Please still keep the two PRs from your side, so that I can see some related errors. |
No problem! Absolutely, I'll leave those open for you. I would focus on getting the Jenkins tests to pass. When you're ready to open your finalized PR, we can take a look at any failing Travis tests to double check for any missed issues, but we'll prioritize Jenkins. Regarding the test failure, it looks like the |
Hello, I am testing the new Let me know what you think and if we can merge this PR. Thanks! |
Hi @deirdre-k , based on the new results here, do you think we can merge this PR? |
This is to solve the following problem:
With the original gather_index, the multi-index with a single coord will lose the coord, by using the set_index. With the current edit, the stacking trick is performed to preserve that single coord.