Hi, I had a look on Tensor class from scinim, which is very close to Numpy in Python. I tried to use Nimpy with Tensor class and called the exported function with numpy class. I receive memory segmentation error.
Do you have perhaps a code snippet how you export things in Nim side via Nimpy and call then by numpy on python side? Thnaks.