File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def setup(app):
73
73
intersphinx_mapping = {
74
74
'python' : ('https://docs.python.org/3' , None ),
75
75
'numpy' : ('https://numpy.org/doc/stable/' , None ),
76
- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
76
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
77
77
'matplotlib' : ('https://matplotlib.org/stable/' , None ),
78
78
'iminuit' : ('https://iminuit.readthedocs.io/en/stable/' , None ),
79
79
'uproot' : ('https://uproot.readthedocs.io/en/latest/' , None ),
Original file line number Diff line number Diff line change 9
9
import numpy as np
10
10
11
11
12
- # from https://docs.scipy.org/doc/scipy/reference/ tutorial/optimize.html#nelder-mead-simplex-algorithm-method-nelder-mead
12
+ # from https://docs.scipy.org/doc/scipy/tutorial/optimize.html#nelder-mead-simplex-algorithm-method-nelder-mead
13
13
@pytest .mark .skip_pytorch
14
14
@pytest .mark .skip_pytorch64
15
15
@pytest .mark .skip_tensorflow
You can’t perform that action at this time.
0 commit comments