uuvsimulator / uuv_simulator

Gazebo/ROS packages for underwater robotics simulation
https://uuvsimulator.github.io/
Other
699 stars 361 forks source link

factorial has been removed from scipy.misc in version 1.3.0. #403

Closed arturmiller closed 4 years ago

arturmiller commented 4 years ago

factorial has been moved from misc to special. The usage of factorial from misc is deprecated since Scipy 1.0.0. In Version 1.3.0 it has been removed from misc. This should fix issue #402

pxalcantara commented 4 years ago

@arturmiller could you, please, sign your commits ? It's a requirement for PR. Thanks!

arturmiller commented 4 years ago

I have signed the commit.

It looks like as if industrial_ci has changed their default branch. I think we might have to switch to the legacy branch for now to make the build succeed again.

pxalcantara commented 4 years ago

We are changing the industrial_ci for legacy mode : https://github.com/uuvsimulator/uuv_simulator/pull/400/commits/671e9dcd1b299a670da0f4ad2f5f04092bb996fa but it's not in the master yet