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

doincfish function bug #697

Open
xiaoneimeng opened this issue Jul 3, 2023 · 1 comment
Open

doincfish function bug #697

xiaoneimeng opened this issue Jul 3, 2023 · 1 comment

Comments

@xiaoneimeng
Copy link

The doincfish function cannot be used properly due to the fact that ML_zeros = np.array(Oo[[idx_zeros]]) constructs ML_zeros as a three-dimensional array. This issue can be resolved by modifying the line to ML_zeros = np.array(Oo[idx_zeros]).
Additionally, after making the modifications and running the example file again, the calculated α95 in the output results differs from the provided results. However, the example's expected output described in the function remains the same. I am currently reviewing the specific calculations.

PmagPy version:
4.2.109

@Swanson-Hysell
Copy link
Member

@ltauxe Are you able to take a look at this issue regarding pmag.doincfish?

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