Quantco / spox

Pythonic framework for building ONNX graphs
https://spox.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
71 stars 4 forks source link

Use `import numpy as np` throughout #166

Closed cbourjau closed 3 months ago

cbourjau commented 3 months ago

Change the import of NumPy form import numpy to the conventional import numpy as np. There are no other changes in this PR.

Checklist