victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

Just minor corrections #172

Open kem1 opened 3 years ago

kem1 commented 3 years ago

backend.py - corrected translation of MATLAB.size -> nympy.shape to support multi-dimensional cases libsmop.py - resolved issue when return values is not Python int but numpy.integer main.py - commented oouyt print_list(stmt_list) - causes memory overflow (tested both in Windows and Linux)