Skip to content
/ pymc Public

Commit f1646c9

Browse files
pymc-devsricardoV94
pymc-devs
authored andcommittedDec 5, 2022
Replace Aesara by PyTensor
1 parent 636b957 commit f1646c9

File tree

153 files changed

+1605
-1604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+1605
-1604
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
label: "PyMC version information:"
5353
description: >
5454
PyMC/PyMC3 Version:
55-
Aesara/Theano Version:
55+
PyTensor/Aesara Version:
5656
Python Version:
5757
Operating system:
5858
How did you install PyMC/PyMC3: (conda/pip)

‎.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- |
4141
pymc/tests/test_util.py
4242
pymc/tests/distributions/test_logprob.py
43-
pymc/tests/test_aesaraf.py
43+
pymc/tests/test_pytensorf.py
4444
pymc/tests/test_math.py
4545
pymc/tests/backends/test_base.py
4646
pymc/tests/backends/test_ndarray.py
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
env:
104104
TEST_SUBSET: ${{ matrix.test-subset }}
105-
AESARA_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
105+
PYTENSOR_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
106106
defaults:
107107
run:
108108
shell: bash -l {0}
@@ -173,7 +173,7 @@ jobs:
173173
runs-on: ${{ matrix.os }}
174174
env:
175175
TEST_SUBSET: ${{ matrix.test-subset }}
176-
AESARA_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=core2'
176+
PYTENSOR_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=core2'
177177
defaults:
178178
run:
179179
shell: cmd
@@ -252,7 +252,7 @@ jobs:
252252
runs-on: ${{ matrix.os }}
253253
env:
254254
TEST_SUBSET: ${{ matrix.test-subset }}
255-
AESARA_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
255+
PYTENSOR_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
256256
defaults:
257257
run:
258258
shell: bash -l {0}
@@ -317,7 +317,7 @@ jobs:
317317
runs-on: ${{ matrix.os }}
318318
env:
319319
TEST_SUBSET: ${{ matrix.test-subset }}
320-
AESARA_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
320+
PYTENSOR_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=native'
321321
defaults:
322322
run:
323323
shell: bash -l {0}
@@ -387,7 +387,7 @@ jobs:
387387
runs-on: ${{ matrix.os }}
388388
env:
389389
TEST_SUBSET: ${{ matrix.test-subset }}
390-
AESARA_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=core2'
390+
PYTENSOR_FLAGS: floatX=${{ matrix.floatx }},gcc__cxxflags='-march=core2'
391391
defaults:
392392
run:
393393
shell: cmd

0 commit comments

Comments
 (0)
Please sign in to comment.