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

KK validation raises an error when processing np.float32 (Freq) and np.complex64 (Z) #140

Open
RunzeZhang123 opened this issue Mar 3, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@RunzeZhang123
Copy link
Collaborator

Image
After converting their types to float64 and complex128. the issue was sovled

freq_exp = np.array(freq_exp, dtype=np.float64)
Z_exp = np.array(Z_exp, dtype=np.complex128)
@RunzeZhang123 RunzeZhang123 added the bug Something isn't working label Mar 3, 2025
@RunzeZhang123 RunzeZhang123 self-assigned this Mar 3, 2025
@RunzeZhang123
Copy link
Collaborator Author

Will look into code later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant