biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Replace np.float with float #124

Closed janezd closed 3 years ago

janezd commented 3 years ago

Like in core Orange, the deprecated np.float must be replaced with float.

Includes
janezd commented 3 years ago

Closed: use of np.float64 is not deprecated.