Some variables from some files can't be loaded due to buffer too small#99
Closed
valeriupredoi wants to merge 2 commits intomainfrom
Closed
Some variables from some files can't be loaded due to buffer too small#99valeriupredoi wants to merge 2 commits intomainfrom
valeriupredoi wants to merge 2 commits intomainfrom
Conversation
Collaborator
|
Is this a test for an issue that hasn't yet been raised? |
Collaborator
Author
|
I was planning on creating the issue after I've tested with the file local to FS on POSIX - that way we know it's not something to do with s3fs. But my day ended before I could do that, will do tomorrow 👍🍺 |
Collaborator
Author
|
I was also keen on reproducing the issue in a different environment other than my machine, if that had passed on GHA machines this would have been a very short lived PR 😁 |
Collaborator
Author
|
fix by @kmuehlbauer in #102 and I have also ported the test here in that PR so this can now be closed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added an MRE that runs as a test in this branch (that we can keep later as a regular test that passes, once we fix the issue). Here as a normal script:
it returns:
pyfive=0.6.0 and 0.5.1 from conda-forge or PyPI; also, I cleaned up my swap.
GHA test output https://github.com/NCAS-CMS/pyfive/actions/runs/17982539313/job/51152232062?pr=99
Closes #100