-
Notifications
You must be signed in to change notification settings - Fork 24
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
error on examples using scipy #33
Comments
After reading the old issues, I have found a solution.
It remains some warnings in some example due to numerical problem or type inconsistency (complex vs float). |
I've now tested on python 3.11 and fixed these and a few other bugs that have appeared. My fixes are here, if you need them sooner: |
Hello Trevor,I have been extremely busy last monta due to move and my daughter’s graduation. These are all back of my minä and to-do list.T. \leiftevorbl ***@***.***> kirjoitti 2.6.2024 kello 14.31:
I've now tested on python 3.11 and fixed these and a few other bugs that have appeared.
The fixes have been pushed and should appear in the master soon.
My fixes are here, if you need them sooner:
https://github.com/tevorbl/pynomo/tree/master/nomogen
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello,
I have installed the package as explained in the documentation and I have tried to run the examples.
Some examples like
ex_axes_1.py
orex_BMI.py
are working great.Others more complex like
LC_filter.py
orex_amortized_loan.py
are failling with the following error (last part) :I guess it is linked to a change in the last version of scipy.
The version I am using is
scipy 1.11.3 py311hc1ccb85_0
on windows.What was the version of scipy used to develop PyNomo?
By the way, nice work! 😃
I try to use Nomography in my current research work to obtain a fast design tool and at the same time more insights from the equation.
The text was updated successfully, but these errors were encountered: