test_cython
main
@ -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"])
The note is not visible to the blocked user.