robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Replace deprecated scipy imports with numpy ones #70

Closed zdebanos closed 5 months ago

zdebanos commented 5 months ago

I'm facing problems with code generation when running scipy >= 1.12.0 because of probably deprecated functions which are however part of numpy. I propose replacing such scipy imports with numpy ones.