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

宣言された変数を利用していないミスをfix #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ae14watanabe
Copy link
Member

@ae14watanabe ae14watanabe commented Apr 15, 2020

close #134
放物双曲面状に分布するデータに対してSOMでfittingするチュートリアルコードにおいて、宣言されていたのに利用されていない変数があったので、ちゃんと使うように変更しました。
それからついでに変数名も変更しました。

reviwerにお願いしたいこと
変更前と変更後で実行結果が変わらないことを確認してください。

- Rename `x_sigma`to `noise_std`.
- Use `noise_std` to specify standard deviation of noise added to data
@ae14watanabe ae14watanabe added the invalid This doesn't seem right label Apr 15, 2020
@ae14watanabe ae14watanabe self-assigned this Apr 15, 2020
@ae14watanabe
Copy link
Member Author

@hirowatari-s @kz-halfmoon @nakashima1125 3人をレビュワーに立ててみました。とても簡単な変更なのですぐチェック終わると思います。Githubの使い方の練習だと思ってreviewしてみてください。質問があったらまた聞いてください。

@ae14watanabe ae14watanabe changed the title 宣言された変数を利用していないバグをfix 宣言された変数を利用していないミスをfix Apr 15, 2020
@ae14watanabe
Copy link
Member Author

チェックのためにはこのプルリクで出してるリモートブランチをローカルでチェックアウトする(言葉遣いが合ってるのか分からんけど…リモートブランチに追従するローカルブランチを作るって言えばいいのか)必要があります。
以下のブログの手順でできます。
https://www.setoya-blog.com/entry/2012/11/04/132746

Copy link

@hirowatari-s hirowatari-s left a comment

Choose a reason for hiding this comment

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

チェックしました。使用されていない変数がなくなり、ノイズも定義されわかりやすくなりました。ありがとうございます。

Copy link

@kz-halfmoon kz-halfmoon left a comment

Choose a reason for hiding this comment

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

134_fix_som_tutorial(リモートブランチ)のコミットをローカルでチェックアウトして,実行しました.
大丈夫そうでした!
いいlessonになりました...笑

@ae14watanabe
Copy link
Member Author

@hirowatari-s @kz-halfmoon あざっす!
mergeするには十分なんですが、 @nakashima1125 もぜひやってみて

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x_sigma=0.1@fitting_kura.py : 宣言するだけで使われてないと思うのですが...
3 participants