b45ch1 / algopy

AlgoPy is a Research Prototype for Algorithmic Differentation in Python
79 stars 14 forks source link

Got VisibleDeprecationWarning #49

Closed nicholashub closed 3 months ago

nicholashub commented 7 years ago

Got VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future S = numpy.zeros((N,M), dtype=x.dtype) warning from .\algopy\utpm\utpm.py:1798: , how do I stop this?

b45ch1 commented 6 years ago

Sorry for the delay... Could you post some code to reproduce the issue?

b45ch1 commented 3 months ago

Closing due to inactivity.