Skip to content
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

Merged
merged 17 commits into from
Jun 16, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented May 29, 2024

内容

概要: NumPy 向けスナップショットユーティリティを追加してリファクタリング

現在の VOICEVOX ENGINE はスナップショットテスト用に様々なユーティリティを用意している。
しかし NumPy 値・配列向けのユーティリティが存在しないため、list 化などのワークアラウンドを用いていた。また長大文字列のハッシュ化に相当する長大配列のハッシュ化が提供されていなかった。
これにより音声合成のスナップショットが巨大になっていた。

このような背景から、NumPy 向けスナップショットユーティリティを追加するリファクタリングを提案します。

関連 Issue

無し

@tarepan tarepan requested a review from a team as a code owner May 29, 2024 17:32
@tarepan tarepan requested review from Hiroshiba and removed request for a team May 29, 2024 17:32
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!!

test/utility.py Outdated Show resolved Hide resolved
test/utility.py Outdated Show resolved Hide resolved
test/test_utility.py Outdated Show resolved Hide resolved
@tarepan
Copy link
Contributor Author

tarepan commented Jun 3, 2024

@Hiroshiba
全指摘箇所の反映・テストパスを確認しました。Re-review よろしくお願いします。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!!

test/utility.py Outdated Show resolved Hide resolved
test/utility.py Outdated Show resolved Hide resolved
test/unit/tts_pipeline/test_tts_engine.py Show resolved Hide resolved
@tarepan
Copy link
Contributor Author

tarepan commented Jun 15, 2024

@Hiroshiba
全指摘箇所の反映・テストパスを確認しました。Re2-review よろしくお願いします。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!
ファイルが小さくなってありがたいです!

@Hiroshiba Hiroshiba merged commit e3d49cc into VOICEVOX:master Jun 16, 2024
4 checks passed
@tarepan tarepan deleted the refactor/float_snapshot branch June 16, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants