Fixed the name of the excluded notebook

Issue: #2236
This commit is contained in:
George Necula 2020-02-15 12:10:30 +01:00
parent 1c6cd25417
commit 42bf313fa1

View File

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