-
Notifications
You must be signed in to change notification settings - Fork 204
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
整理: NumPy 向けスナップショットユーティリティを追加 #1356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほぼLGTMです!!
@Hiroshiba |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほぼLGTMです!!
Co-authored-by: Hiroshiba <[email protected]>
Co-authored-by: Hiroshiba <[email protected]>
@Hiroshiba |
test/unit/tts_pipeline/__snapshots__/test_tts_engine/test_mocked_synthesize_wave_output.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
ファイルが小さくなってありがたいです!
内容
概要: NumPy 向けスナップショットユーティリティを追加してリファクタリング
現在の VOICEVOX ENGINE はスナップショットテスト用に様々なユーティリティを用意している。
しかし NumPy 値・配列向けのユーティリティが存在しないため、list 化などのワークアラウンドを用いていた。また長大文字列のハッシュ化に相当する長大配列のハッシュ化が提供されていなかった。
これにより音声合成のスナップショットが巨大になっていた。
このような背景から、NumPy 向けスナップショットユーティリティを追加するリファクタリングを提案します。
関連 Issue
無し