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

Undefined variable in KSDAGG + wild bootstrap #1

Closed
XingLLiu opened this issue Apr 8, 2022 · 1 comment
Closed

Undefined variable in KSDAGG + wild bootstrap #1

XingLLiu opened this issue Apr 8, 2022 · 1 comment

Comments

@XingLLiu
Copy link

XingLLiu commented Apr 8, 2022

Hi,

It seems the variable bandwidth_multipliers on the following LOC is undefined.

N = bandwidth_multipliers.shape[0] # N = 1 + l_plus - l_minus

I presume this line can be fixed by replacing it with N = 1 + l_plus - l_minus?

Thanks in advance.

@antoninschrab
Copy link
Owner

Thanks for reporting this issue! This commit should fix it: 980f14a

Let me know if you have other issues running the code!

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

No branches or pull requests

2 participants