-
Notifications
You must be signed in to change notification settings - Fork 47
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
Errors running SignalIntegrity GUI Python 3.12, numpy==2.0.0 #81
Comments
@dracid , your initial post suggested modifying only the use of pi, but on my system (macOS Monterey 12.3.1), I found it necessary to update both pi and sqrt to maintain functionality. Changes Made I modified the following five files, which are named after the functions defined within them:
In each file:
Thanks to @dracid for the fix! the App works! |
Thanks, glad this helped!! I hope I can create a pull request :)) Need to learn how to do this. My bad, you are totally right --> math.sqrt also had to be replaced. |
That was incredibly helpful @dracid ! Thank you so much. I'm really looking forward to trying out the code with your PR. |
Because numpy.math was deprecated in numpy=2.0.0 Resolved issue Nubis-Communications#81: Nubis-Communications#81
I merged this into InNextRelease after making some small changes. Please mark this as closed if you agree. |
After installing Signal Integrity App and trying to run, getting the following error message:
Running Ubuntu Linux 24.04, Python 3.12, Numpy numpy==2.0.0, SignalIntegrityApp 1.4.1
Searching online, seems Numpy 2.0 has deprecated .math part of the library. Perhaps that can be the reason?
The text was updated successfully, but these errors were encountered: