-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: refactoring the AwkwardForth code-discovery process #943
Conversation
This failure
is because it's expecting AwkwardForth code to run and it isn't. Just insert a test skip, like the others. |
0c7ba7f
to
51ce2cb
Compare
@SethBendigo, in case you're interested, stack push-pop is a relatively good replacement for UnwindProtect: 222759e. The cost is having to remember to pair up a |
It's fine. |
The test failures were failing in I manually triggered the tests on The test itself was literally saying that this should happen: uproot5/tests/test_0692_fsspec_writing.py Lines 133 to 142 in cb36ef5
So I'll fix it now, in this PR, and it will carry through to |
@lobis, is 05ab1f3 the right way to turn off the "waiting for fsspec/filesystem_spec#1426" error? If not, I'll fix it in this PR. It will enter |
Yes, this is what was expected. |
Well, @SethBendigo, it's done! It's finally and fully done. Thank you very much for all of your work on this!!! When the tests pass one last time, I'll merge it. |
I didn't see that this got in!? How exciting @SethBendigo excellent work, this was a long one. |
Thanks @agoose77! Thanks @jpivarski, I really really appreciated your help throughout. I had a lot of fun and learned a lot! |
tests/test_0637-setup-tests-for-AwkwardForth.py:
tests/test_0798_DAOD_PHYSLITE.py