From 93cfe5642f473889d1df62ccb8f1740f77523dd3 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sun, 6 Aug 2023 10:17:43 +0100 Subject: Pyo3 dtype (#327) * Better handling of dtypes in pyo3. * More pyo3 dtype. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc967702..eba92821 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3