Skip to content

Commit

Permalink
DOC add plot_stock_market.py to expected failing examples (scikit-lea…
Browse files Browse the repository at this point in the history
…rn#8921)

as a stop gap solution until we figure out a longer-term work-around.

Also remove nibabel from conf.py.
  • Loading branch information
lesteve committed May 23, 2017
1 parent 1b5bff3 commit 9759019
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@
'sklearn': None,
'matplotlib': 'http:https://matplotlib.org',
'numpy': 'http:https://docs.scipy.org/doc/numpy-1.6.0',
'scipy': 'http:https://docs.scipy.org/doc/scipy-0.11.0/reference',
'nibabel': 'http:https://nipy.org/nibabel'}
'scipy': 'http:https://docs.scipy.org/doc/scipy-0.11.0/reference'},
'expected_failing_examples': [
'../examples/applications/plot_stock_market.py']
}


Expand Down

0 comments on commit 9759019

Please sign in to comment.