You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble running the simulation due to the depreciation of NumPy.
I tried changing importing numpy-financial and replacing the necessary "np" with "npf" but now Im getting this of error:
AttributeError: module 'numpy_financial' has no attribute 'zeros'
Big fan of the article and would like to see this working.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm having trouble running the simulation due to the depreciation of NumPy.
I tried changing importing numpy-financial and replacing the necessary "np" with "npf" but now Im getting this of error:
AttributeError: module 'numpy_financial' has no attribute 'zeros'
Big fan of the article and would like to see this working.
Any thoughts?
The text was updated successfully, but these errors were encountered: