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
An unknown datatype appears in the source: float_ instead of float. This happened when changing the datatypes from N.<dtype> to <dtype> because of the deprecation of numpy datatypes float and int. Changing it to float fixes the problem.
The FloatCanvas demo runs nevertheless but behaves rarely.
any OS
wxPython 4.2 from pypi
stock python 3.10
Description of the problem:
An unknown datatype appears in the source:
float_
instead offloat
. This happened when changing the datatypes fromN.<dtype>
to<dtype>
because of the deprecation of numpy datatypesfloat
andint
. Changing it tofloat
fixes the problem.The FloatCanvas demo runs nevertheless but behaves rarely.
Traceback below (click to expand)
The text was updated successfully, but these errors were encountered: