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

numpy complex has changed #1

Closed
rdejtiar opened this issue Feb 12, 2024 · 1 comment
Closed

numpy complex has changed #1

rdejtiar opened this issue Feb 12, 2024 · 1 comment

Comments

@rdejtiar
Copy link

Running the script with python 3.8 and numpy 1.24.3 I´ve found :
np.complex has to change to complex128
on line 220
self_Z = np.complex128(R_int + Rp+( X_int + X_geo + Xp)*1j)

on line 256
self_Z = np.complex128(Rp+ (X_geo + Xp)*1j)

@susantoj
Copy link
Owner

Thanks for picking this up, should be fixed now!

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