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 typos in 02_Filterbank.ipynb #527

Merged
merged 6 commits into from
Jul 9, 2021
Merged

Conversation

hihunjin
Copy link
Contributor

@hihunjin hihunjin commented Jul 8, 2021

asteroid.filterbanks to asteroid_filterbanks on the colab notebook.

Additionally, I changed the link of asteroid_filterbanks from asteroid.filterbanks.

This PR is with the issue "No module named 'asteroid.filterbanks' #525"

Thanks in advance.

@@ -126,8 +126,7 @@
}
],
"source": [
"from asteroid.filterbanks import STFTFB\n",
"from asteroid.filterbanks.transforms import take_mag\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line is redundant.

@@ -193,7 +192,7 @@
"metadata": {},
"source": [
"## Making an encoder-decoder pair in one line \n",
"[`make_enc_dec`](https://github.com/asteroid-team/asteroid/blob/master/asteroid/filterbanks/__init__.py#L12) is a small function that helps making encoder-decoder pairs in an efficient way. Let's see some examples :\n"
"[`make_enc_dec`](https://github.com/asteroid-team/asteroid-filterbanks/blob/master/asteroid_filterbanks/__init__.py#L14-L70) is a small function that helps making encoder-decoder pairs in an efficient way. Let's see some examples :\n"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to the asteroid/asteroid-filterbanks repository

@JorisCos
Copy link
Collaborator

JorisCos commented Jul 9, 2021

Thanks for the fix, it's quite useful. Can you had the notebook 02_Filterbank in the PR's title just for the sake of github PR history

@hihunjin hihunjin changed the title asteroid.filterbanks to asteroid_filterbanks with a fixed link Fix typos in 02_Filterbank.ipynb Jul 9, 2021
@hihunjin
Copy link
Contributor Author

hihunjin commented Jul 9, 2021

@JorisCos does this look good? Thanks 😊

@JorisCos
Copy link
Collaborator

JorisCos commented Jul 9, 2021

Looks great !

Copy link
Collaborator

@mpariente mpariente left a comment

Choose a reason for hiding this comment

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

Thanks again @hihunjin

@mpariente mpariente merged commit ee1ff24 into asteroid-team:master Jul 9, 2021
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.

3 participants