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

[Bug] Correct the number of channels for RDN #1329

Closed
wants to merge 1 commit into from

Conversation

ryanxingql
Copy link
Contributor

Motivation

The RDN implementation will cause error when channel_growth != mid_channels.

Modification

We have fixed the bug of RDN in V0.15 (PRs #1292 and #1311). Also, PR #1326 updates the docstring for RDN. Now we adopt these changes into V1.x.

We also add the channel_growth option into the cfg of the RDN test file.

Great thanks to @plyfager, @LeoXing1996 and @zengyh1900 who have reviewed these PRs.

@ryanxingql ryanxingql changed the title [Bug] Correct RDN number of channels [Bug] Correct the number of channels for RDN Oct 18, 2022
@LeoXing1996 LeoXing1996 changed the base branch from 1.x to dev-1.x October 18, 2022 04:50
@zengyh1900 zengyh1900 added priority/P0 highest priority info/1.x an issue or a pr for 1.x branch labels Oct 18, 2022
@zengyh1900 zengyh1900 added this to the 1.0.0rc2 milestone Oct 18, 2022
@zengyh1900 zengyh1900 added the status/WIP work in progress normally label Oct 18, 2022
@LeoXing1996
Copy link
Collaborator

@ryanxingql Thanks for your contribution.

Currently, the daily development is based on dev-1.x branch, and 1.x is branch for stable features and when a new version is released (usually once a month) we will merge dev-1.x into 1.x.

Therefore, please pull dev-1.x and update this PR.

@ryanxingql
Copy link
Contributor Author

@LeoXing1996 Thank you so much, I close this PR and open another #1332.

@ryanxingql ryanxingql closed this Oct 18, 2022
@ryanxingql ryanxingql deleted the 1.x-fix-rdn-bug branch October 18, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info/1.x an issue or a pr for 1.x branch priority/P0 highest priority status/WIP work in progress normally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants