summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-06 10:17:43 +0100
committerGitHub <noreply@github.com>2023-08-06 10:17:43 +0100
commit93cfe5642f473889d1df62ccb8f1740f77523dd3 (patch)
tree41952f254185d73a10d56d54b7b96b9f08ae3a59 /Makefile
parent88bd3b604af0151b0da792980be482d396867e42 (diff)
downloadcandle-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--Makefile3
1 files changed, 1 insertions, 2 deletions
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