Skip to content

Conversation

@igresh
Copy link

@igresh igresh commented May 2, 2023

numpy.complex is depreciated (since numpy 1.20) and its use now throws an error (since numpy 1.24). Error advises that the built-in function "complex" behaves identically.

This commit replaces "numpy.complex" with "complex"

numpy.complex is depreciated (since numpy 1.20) and its use now throws an error (since numpy 1.24). Error advises that the built-in function "complex" behaves identically.

This commit replaces "numpy.complex" with "complex"
@TeetotalingTom
Copy link

TeetotalingTom commented Feb 19, 2024

Users running into this issue should look into Igor2: https://github.com/AFM-analysis/igor2 .

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

Successfully merging this pull request may close these issues.

2 participants