Uncategorized

Convert Julia type to a Python/NumPy dtype



I would like to convert a Julia type to a Python type / NumPy dtype:

from juliacall import Main as jl
import numpy as np

a = np.



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *