fossasia / pslab-python

Python Library for PSLab Desktop: https://pslab.io
GNU General Public License v3.0
1.63k stars 226 forks source link

Type casting bytes to int #104

Closed Pipe-Runner closed 5 years ago

Pipe-Runner commented 5 years ago

The variable bytes turns out to be float which does not match the type required for np.zeros, so an explicit type casting is needed.

CloudyPadmal commented 5 years ago

Conflicts and squash commits