Cython Integration and Test Case Enhancements #1

Merged
foefl merged 10 commits from test_cython into main 2025-10-22 10:17:38 +00:00
Showing only changes of commit a04ee526d8 - Show all commits

View File

@ -1,6 +1,9 @@
from Cython.Build import cythonize
from Cython.Compiler import Options
from setuptools import setup
Options.docstrings = False
ext_modules = cythonize(["src/dopt_sensor_anomalies/detection.py"])