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
User needs to be able to pass kwargs through to zopen (e.g., in JSONStore) in order to accommodate non-english platforms.
zopen
JSONStore
See materialsvirtuallab/monty#641 (comment)
zopen fails on some language platforms due to lack of explicit encoding (UnicodeDecodeError) #641
maggma
Store.__init__
No response
The text was updated successfully, but these errors were encountered:
See also KingsburyLab/pyEQL#122 (comment)
Sorry, something went wrong.
Added by #949
rkingsbury
No branches or pull requests
Problem
User needs to be able to pass kwargs through to
zopen
(e.g., inJSONStore
) in order to accommodate non-english platforms.See materialsvirtuallab/monty#641 (comment)
zopen fails on some language platforms due to lack of explicit encoding (UnicodeDecodeError) #641
Proposed Solution
maggma
that useszopen
Store.__init__
method tozopen
so that users of other platforms can explicitly set character encodingAlternatives
No response
The text was updated successfully, but these errors were encountered: