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 about function bootstrap_diff #185

Open
kongyueyiyun opened this issue May 10, 2022 · 0 comments
Open

bug about function bootstrap_diff #185

kongyueyiyun opened this issue May 10, 2022 · 0 comments

Comments

@kongyueyiyun
Copy link

Describe the bug
when set opt@sample_method = 0 and the rank of data great than 1, return value will always be 0, no matter what opt@sample_size_x is set.

Provide the following:
it seems like codes near line 932 of the bootstrap.ncl are wrong.

Computing environment
OS: Linux
OS version:Cent OS 6.10
NCL Version: 6.6.2
Installation method:binary from NCAR website

Additional context
change iwx = bootstrap_indices(NX,NX,opt) to iwx = bootstrap_indices(NX,NNX,opt) would reslove this problem.

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

1 participant