We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The defaults for a dir_archive where the input is a long array can fail because the file name is too long.
dir_archive
Traceback (most recent call last): File "/Users/mmckerns/lib/python3.8/site-packages/klepto/_archives.py", line 582, in _lookup with open(_file, mode) as f: OSError: [Errno 63] File name too long: '/Users/mmckerns/testing/truth/K_(3.141592653589793, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586, 6.283185307179586)/output.pkl'
What can be done here? Is there a better default or should the mitigation plan be documentation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The defaults for a
dir_archive
where the input is a long array can fail because the file name is too long.What can be done here? Is there a better default or should the mitigation plan be documentation?
The text was updated successfully, but these errors were encountered: