Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
pip install pytest-sphinx

pip install -e ./
micromamba list && pip freeze
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
env:
Expand Down
1 change: 1 addition & 0 deletions pytensor/link/c/cmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def is_GCCLLVMType(fn: Callable[[], bool | None]) -> GCCLLVMType:


_logger = logging.getLogger("pytensor.link.c.cmodule")
_logger.setLevel(logging.DEBUG)

METH_VARARGS = "METH_VARARGS"
METH_NOARGS = "METH_NOARGS"
Expand Down
Loading