File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Templates
2828 LinearOperator
2929 FunctionOperator
3030 MemoizeOperator
31+ PyTensorOperator
3132 TorchOperator
3233 JaxOperator
3334
Original file line number Diff line number Diff line change @@ -456,6 +456,10 @@ or via ``pip`` with
456456 .. note ::
457457 PyTensor does not support NumPy 2 yet, so make sure you use NumPy 1.x with PyTensor and PyMC.
458458
459+ .. note ::
460+ OSX users may experience a ``CompileError `` error when using PyTensor. This can be solved by adding
461+ ``pytensor.config.gcc__cxxflags = "-Wno-c++11-narrowing" `` after ``import pytensor ``.
462+
459463PyWavelets
460464----------
461465`PyWavelets <https://pywavelets.readthedocs.io/en/latest/ >`_ is used to implement the wavelet operators.
You can’t perform that action at this time.
0 commit comments