-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
To work around #6327 #6333
To work around #6327 #6333
Conversation
Do you need further information? Why is there no response at all? |
Thanks for creating this PR.
Can you elaborate a bit on this? What else is needed? Taking a glance at the code changes, can you explain what the changes aim to fix? |
Sorry for the confusion. I have checked against a simple Xarray object and as far as I can tell the problem is solved, just not 100% sure.
I think yes. The change is really tiny. |
What is the further information to accept this PR? |
Currently, tests are failing because of your changes. Some seem trivial fixes (moving order around), while others do not. Making it so the tests pass will be the next step. |
@hoxbro Unfortunately, different from the result of GitHub Actions, most of the tests have passed on my local system (Mac). Only the fault is , which I believe is not related to my change. Probably I have missed something, but I couldn't find what I should do. Could you let me know what should I do, if you can guess? |
You are only running the Also, make sure you have pulled in the latest changes made to this PR, e.g., I merged with the main branch to fix some compatibility issues. |
Yes, they should be able to run on MacOS, but it seems like a bad file. Try Are you running on an ARM Mac? Or is it an Intel? |
Thank you for your help. After removing .pixi and pixi.lock, pixie run works well. Thank you. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While this PR is not still sufficient to work around #6327, such revision must be required at least.
The essential point of the change is the following part.
While reading the code, I found the following part difficult to understand:
To improve readability, I changed it to a more straightforward approach. I hope you will accept this change as well.