Skip to content

Commit

Permalink
Small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Jan 15, 2024
1 parent da5820a commit 515781c
Showing 1 changed file with 1 addition 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 @@ -134,5 +134,5 @@
vi_cube = (cube.B8 - cube.B4) / (cube.B8 + cube.B4)
print(vi_cube)
monitor = CuSum()
monitor.fit(vi_cube, method='OLS', n_threads=3)
monitor.fit(vi_cube, method='OLS', n_threads=2)
print(type(monitor.beta))

0 comments on commit 515781c

Please sign in to comment.