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
データ型がnumpy.float64のデータをyaml形式で保存し,yaml.load()で呼出すとエラーが発生する. [参考] https://stackoverflow.com/questions/40691311/save-results-in-yaml-file-with-python
[対処予定]
yaml.Unsafeloader
2で対応予定.
The text was updated successfully, but these errors were encountered:
python_local で実行した場合
という現象を確認しました.
Sorry, something went wrong.
yaml.load() する際に Loader を yaml.Unsafeloader にする方法もあるみたいです. [参考] yaml/pyyaml#286
Successfully merging a pull request may close this issue.
データ型がnumpy.float64のデータをyaml形式で保存し,yaml.load()で呼出すとエラーが発生する.
[参考]
https://stackoverflow.com/questions/40691311/save-results-in-yaml-file-with-python
[対処予定]
yaml.Unsafeloader
を 使用2で対応予定.
The text was updated successfully, but these errors were encountered: