Skip to content

Commit

Permalink
2 minor changes for doc building (rtd machines only have 2 threads +
Browse files Browse the repository at this point in the history
  dask required for loading with chunks)
  • Loading branch information
loicdtx committed Jan 15, 2024
1 parent 8014293 commit 1a595de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/plot_parallel_computing.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
benchmark_dict = defaultdict(dict)
monitor = CuSum()
methods = ['OLS', 'RIRLS', 'CCDC-stable', 'ROC']
threads = range(1,4)
threads = range(1,3)

# Make sure all numba jitted function are compiled
monitor_ = CuSum()
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

extra_reqs = {'tests': ['pytest'],
'docs': ['sphinx',
'dask',
'sphinx_rtd_theme',
'matplotlib',
'sphinx-gallery']}
Expand Down

0 comments on commit 1a595de

Please sign in to comment.