Temporarily disable XLA_in_Python notebook, pending fixing of bug

Issue: #2236
This commit is contained in:
George Necula 2020-02-15 12:03:40 +01:00
parent 370558def3
commit 1c6cd25417

View File

@ -96,6 +96,8 @@ exclude_patterns = [
'notebooks/Neural_Network_and_Data_Loading.ipynb',
'notebooks/score_matching.ipynb',
'notebooks/maml.ipynb',
# Fails with shape error in XL
'notebooks/XLA_in_Python.ipnb'
]
# The name of the Pygments (syntax highlighting) style to use.