scalesim-project / scale-sim-v2

Repository to host and maintain scale-sim-v2 code
MIT License
232 stars 99 forks source link

Fixes #62 #63

Closed fPecc closed 1 year ago

fPecc commented 1 year ago

Replaced the continuous np.concatenate with only one concatenate at the end. Speeds up the execution significantly for big input matrices and small dimensions arrays

nicola-peserico commented 1 year ago

Would be the same for _is.py and _os.py?

Edit: yes, the same for _os.py at least Thanks for the code!