Skip to content

Commit c58dc7a

Browse files
committed
trying to get rid of error
1 parent be1fa10 commit c58dc7a

16 files changed

+35081
-36
lines changed

docs/source/tutorials/filtsmooth/continuous_linear_gaussian_filtering_smoothing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"import matplotlib.pyplot as plt\n",
6464
"import matplotlib.gridspec as gridspec\n",
6565
"\n",
66-
"plt.style.use(\"../../probnum.mplstyle\")"
66+
"plt.style.use(\"./../../probnum.mplstyle\")"
6767
]
6868
},
6969
{
@@ -3812,7 +3812,7 @@
38123812
"name": "python",
38133813
"nbconvert_exporter": "python",
38143814
"pygments_lexer": "ipython3",
3815-
"version": "3.8.10"
3815+
"version": "3.10.6"
38163816
}
38173817
},
38183818
"nbformat": 4,

docs/source/tutorials/filtsmooth/continuous_nonlinear_gaussian_filtering_smoothing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"import matplotlib.pyplot as plt\n",
6767
"import matplotlib.gridspec as gridspec\n",
6868
"\n",
69-
"plt.style.use(\"../../probnum.mplstyle\")"
69+
"plt.style.use(\"./../../probnum.mplstyle\")"
7070
]
7171
},
7272
{
@@ -5503,7 +5503,7 @@
55035503
"name": "python",
55045504
"nbconvert_exporter": "python",
55055505
"pygments_lexer": "ipython3",
5506-
"version": "3.8.10"
5506+
"version": "3.10.6"
55075507
}
55085508
},
55095509
"nbformat": 4,

docs/source/tutorials/filtsmooth/discrete_linear_gaussian_filtering_smoothing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"import matplotlib.pyplot as plt\n",
6565
"import matplotlib.gridspec as gridspec\n",
6666
"\n",
67-
"plt.style.use(\"../../probnum.mplstyle\")"
67+
"plt.style.use(\"./../../probnum.mplstyle\")"
6868
]
6969
},
7070
{
@@ -2442,7 +2442,7 @@
24422442
"name": "python",
24432443
"nbconvert_exporter": "python",
24442444
"pygments_lexer": "ipython3",
2445-
"version": "3.8.10"
2445+
"version": "3.10.6"
24462446
}
24472447
},
24482448
"nbformat": 4,

docs/source/tutorials/filtsmooth/discrete_nonlinear_gaussian_filtering_smoothing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"import matplotlib.pyplot as plt\n",
6767
"import matplotlib.gridspec as gridspec\n",
6868
"\n",
69-
"plt.style.use(\"../../probnum.mplstyle\")"
69+
"plt.style.use(\"./../../probnum.mplstyle\")"
7070
]
7171
},
7272
{
@@ -6300,7 +6300,7 @@
63006300
"name": "python",
63016301
"nbconvert_exporter": "python",
63026302
"pygments_lexer": "ipython3",
6303-
"version": "3.8.10"
6303+
"version": "3.10.6"
63046304
}
63056305
},
63066306
"nbformat": 4,

docs/source/tutorials/filtsmooth/particle_filtering.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"# Plotting\n",
5757
"import matplotlib.pyplot as plt\n",
5858
"\n",
59-
"plt.style.use(\"../../probnum.mplstyle\")\n",
59+
"plt.style.use(\"./../../probnum.mplstyle\")\n",
6060
"\n",
6161
"# Consistent plotting styles for particles and for \"true\" latent states\n",
6262
"particle_style = {\n",
@@ -3504,7 +3504,7 @@
35043504
"name": "python",
35053505
"nbconvert_exporter": "python",
35063506
"pygments_lexer": "ipython3",
3507-
"version": "3.8.10"
3507+
"version": "3.10.6"
35083508
}
35093509
},
35103510
"nbformat": 4,

docs/source/tutorials/filtsmooth/particle_filtering_for_odes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"# Plotting\n",
5757
"import matplotlib.pyplot as plt\n",
5858
"\n",
59-
"plt.style.use(\"../../probnum.mplstyle\")\n",
59+
"plt.style.use(\"./../../probnum.mplstyle\")\n",
6060
"\n",
6161
"# Consistent plotting styles for particles and for \"true\" latent states\n",
6262
"particle_style = {\n",
@@ -3857,7 +3857,7 @@
38573857
"name": "python",
38583858
"nbconvert_exporter": "python",
38593859
"pygments_lexer": "ipython3",
3860-
"version": "3.8.10"
3860+
"version": "3.10.6"
38613861
}
38623862
},
38633863
"nbformat": 4,

docs/source/tutorials/linalg/galerkin_method.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"# Plotting\n",
3333
"import matplotlib.pyplot as plt\n",
3434
"\n",
35-
"plt.style.use(\"../../probnum.mplstyle\")"
35+
"plt.style.use(\"./../../probnum.mplstyle\")"
3636
]
3737
},
3838
{
@@ -10991,7 +10991,7 @@
1099110991
],
1099210992
"metadata": {
1099310993
"kernelspec": {
10994-
"display_name": "Python 3",
10994+
"display_name": "Python 3 (ipykernel)",
1099510995
"language": "python",
1099610996
"name": "python3"
1099710997
},
@@ -11005,7 +11005,7 @@
1100511005
"name": "python",
1100611006
"nbconvert_exporter": "python",
1100711007
"pygments_lexer": "ipython3",
11008-
"version": "3.8.10"
11008+
"version": "3.10.6"
1100911009
}
1101011010
},
1101111011
"nbformat": 4,

docs/source/tutorials/linalg/linear_solvers_quickstart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"import matplotlib.pyplot as plt\n",
3939
"from matplotlib.colors import TwoSlopeNorm \n",
4040
"\n",
41-
"plt.style.use(\"../../probnum.mplstyle\")"
41+
"plt.style.use(\"./../../probnum.mplstyle\")"
4242
]
4343
},
4444
{
@@ -2657,7 +2657,7 @@
26572657
"name": "python",
26582658
"nbconvert_exporter": "python",
26592659
"pygments_lexer": "ipython3",
2660-
"version": "3.9.5"
2660+
"version": "3.10.6"
26612661
},
26622662
"pycharm": {
26632663
"stem_cell": {

docs/source/tutorials/linops/linear_operators_quickstart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"# Plotting\n",
3737
"import matplotlib.pyplot as plt\n",
3838
"\n",
39-
"plt.style.use(\"../../probnum.mplstyle\")"
39+
"plt.style.use(\"./../../probnum.mplstyle\")"
4040
]
4141
},
4242
{
@@ -605,7 +605,7 @@
605605
],
606606
"metadata": {
607607
"kernelspec": {
608-
"display_name": "Python 3.10.6 (conda)",
608+
"display_name": "Python 3 (ipykernel)",
609609
"language": "python",
610610
"name": "python3"
611611
},

docs/source/tutorials/odes/adaptive_steps_odefilter.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"# Plotting\n",
3535
"import matplotlib.pyplot as plt\n",
3636
"\n",
37-
"plt.style.use(\"../../probnum.mplstyle\")"
37+
"plt.style.use(\"./../../probnum.mplstyle\")"
3838
]
3939
},
4040
{
@@ -5736,7 +5736,7 @@
57365736
"name": "python",
57375737
"nbconvert_exporter": "python",
57385738
"pygments_lexer": "ipython3",
5739-
"version": "3.8.10"
5739+
"version": "3.10.6"
57405740
}
57415741
},
57425742
"nbformat": 4,

0 commit comments

Comments
 (0)