Skip to content

Commit b411452

Browse files
committed
Fix for GP-smoothing
1 parent 7d2fa50 commit b411452

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/source/notebooks/GP-smoothing.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"name": "stderr",
169169
"output_type": "stream",
170170
"text": [
171-
"/home/lpaz/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.\n",
171+
"/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.\n",
172172
" from ._conv import register_converters as _register_converters\n"
173173
]
174174
}
@@ -197,15 +197,15 @@
197197
"output_type": "stream",
198198
"text": [
199199
"INFO (theano.gof.compilelock): Waiting for existing lock by process '16678' (I am process '16664')\n",
200-
"INFO (theano.gof.compilelock): To manually release the lock, delete /home/lpaz/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
200+
"INFO (theano.gof.compilelock): To manually release the lock, delete /.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
201201
"INFO (theano.gof.compilelock): Waiting for existing lock by process '16678' (I am process '16664')\n",
202-
"INFO (theano.gof.compilelock): To manually release the lock, delete /home/lpaz/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
202+
"INFO (theano.gof.compilelock): To manually release the lock, delete /.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
203203
"INFO (theano.gof.compilelock): Waiting for existing lock by process '16678' (I am process '16664')\n",
204-
"INFO (theano.gof.compilelock): To manually release the lock, delete /home/lpaz/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
204+
"INFO (theano.gof.compilelock): To manually release the lock, delete /.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
205205
"INFO (theano.gof.compilelock): Waiting for existing lock by process '16678' (I am process '16664')\n",
206-
"INFO (theano.gof.compilelock): To manually release the lock, delete /home/lpaz/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
206+
"INFO (theano.gof.compilelock): To manually release the lock, delete /.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n",
207207
"INFO (theano.gof.compilelock): Waiting for existing lock by process '16678' (I am process '16664')\n",
208-
"INFO (theano.gof.compilelock): To manually release the lock, delete /home/lpaz/.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n"
208+
"INFO (theano.gof.compilelock): To manually release the lock, delete /.theano/compiledir_Linux-4.15--generic-x86_64-with-debian-buster-sid-x86_64-3.6.8-64/lock_dir\n"
209209
]
210210
}
211211
],
@@ -267,9 +267,9 @@
267267
"name": "stderr",
268268
"output_type": "stream",
269269
"text": [
270-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
270+
"/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
271271
" warnings.warn('find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.')\n",
272-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
272+
"/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
273273
" warnings.warn('In future versions, set the optimization algorithm with a string. '\n",
274274
"logp = -4.6549e+06: 0%| | 16/5000 [00:01<07:29, 11.10it/s] \n"
275275
]
@@ -316,9 +316,9 @@
316316
"name": "stderr",
317317
"output_type": "stream",
318318
"text": [
319-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
319+
"/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
320320
" warnings.warn('find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.')\n",
321-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
321+
"/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
322322
" warnings.warn('In future versions, set the optimization algorithm with a string. '\n",
323323
"logp = -5.2675e+06: 1%| | 37/5000 [00:00<00:06, 741.11it/s] \n"
324324
]
@@ -363,9 +363,9 @@
363363
"name": "stderr",
364364
"output_type": "stream",
365365
"text": [
366-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
366+
"/repos/pymc3/pymc3/tuning/starting.py:61: UserWarning: find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.\n",
367367
" warnings.warn('find_MAP should not be used to initialize the NUTS sampler, simply call pymc3.sample() and it will automatically initialize NUTS in a better way.')\n",
368-
"/home/lpaz/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
368+
"/repos/pymc3/pymc3/tuning/starting.py:102: UserWarning: In future versions, set the optimization algorithm with a string. For example, use `method=\"L-BFGS-B\"` instead of `fmin=sp.optimize.fmin_l_bfgs_b\"`.\n",
369369
" warnings.warn('In future versions, set the optimization algorithm with a string. '\n",
370370
"logp = -6.6522e+06: 1%| | 52/5000 [00:00<00:04, 1058.44it/s]\n",
371371
"logp = -1.3071e+07: 2%|▏ | 108/5000 [00:00<00:05, 835.78it/s] \n",

0 commit comments

Comments
 (0)