diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-06 10:17:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 10:17:43 +0100 |
commit | 93cfe5642f473889d1df62ccb8f1740f77523dd3 (patch) | |
tree | 41952f254185d73a10d56d54b7b96b9f08ae3a59 /Makefile | |
parent | 88bd3b604af0151b0da792980be482d396867e42 (diff) | |
download | candle-93cfe5642f473889d1df62ccb8f1740f77523dd3.tar.gz candle-93cfe5642f473889d1df62ccb8f1740f77523dd3.tar.bz2 candle-93cfe5642f473889d1df62ccb8f1740f77523dd3.zip |
Pyo3 dtype (#327)
* Better handling of dtypes in pyo3.
* More pyo3 dtype.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,6 @@ test: pyo3-test: cargo build --profile=release-with-debug --package candle-pyo3 - ln -f -s ./target/release-with-debug/libcandle.so candle.so - PYTHONPATH=. python3 candle-pyo3/test.py + python3 candle-pyo3/test.py all: test |