petercorke / robotics-toolbox-python

Robotics Toolbox for Python
MIT License
2.1k stars 434 forks source link

The randn import has been changed from scipy to numpy.random #423

Closed LonelyPaprika closed 6 months ago

LonelyPaprika commented 6 months ago

the module randn has been removed from scipy, import has been changed to numpy.

FelipeCybis commented 6 months ago

Duplicate of https://github.com/petercorke/robotics-toolbox-python/pull/413

LonelyPaprika commented 6 months ago

Duplicate