Skip to content

Commit

Permalink
trying to get rid of error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahsereci committed Feb 16, 2023
1 parent be1fa10 commit c58dc7a
Show file tree
Hide file tree
Showing 16 changed files with 35,081 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"import matplotlib.pyplot as plt\n",
"import matplotlib.gridspec as gridspec\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -3812,7 +3812,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"import matplotlib.pyplot as plt\n",
"import matplotlib.gridspec as gridspec\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -5503,7 +5503,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"import matplotlib.pyplot as plt\n",
"import matplotlib.gridspec as gridspec\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -2442,7 +2442,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"import matplotlib.pyplot as plt\n",
"import matplotlib.gridspec as gridspec\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -6300,7 +6300,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/filtsmooth/particle_filtering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")\n",
"plt.style.use(\"./../../probnum.mplstyle\")\n",
"\n",
"# Consistent plotting styles for particles and for \"true\" latent states\n",
"particle_style = {\n",
Expand Down Expand Up @@ -3504,7 +3504,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")\n",
"plt.style.use(\"./../../probnum.mplstyle\")\n",
"\n",
"# Consistent plotting styles for particles and for \"true\" latent states\n",
"particle_style = {\n",
Expand Down Expand Up @@ -3857,7 +3857,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions docs/source/tutorials/linalg/galerkin_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -10991,7 +10991,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -11005,7 +11005,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/linalg/linear_solvers_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"import matplotlib.pyplot as plt\n",
"from matplotlib.colors import TwoSlopeNorm \n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -2657,7 +2657,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.6"
},
"pycharm": {
"stem_cell": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -605,7 +605,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.6 (conda)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/odes/adaptive_steps_odefilter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -5736,7 +5736,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/odes/event_handling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -5102,7 +5102,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/odes/odesolvers_from_scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/odes/uncertainties_odefilters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -9032,7 +9032,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
35,055 changes: 35,050 additions & 5 deletions docs/source/tutorials/pn_methods.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source/tutorials/prob/random_variables_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"\n",
"# Plotting style\n",
"import matplotlib.pyplot as plt\n",
"plt.style.use(\"../../probnum.mplstyle\")"
"plt.style.use(\"./../../probnum.mplstyle\")"
]
},
{
Expand Down Expand Up @@ -8927,7 +8927,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.6"
},
"pycharm": {
"stem_cell": {
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"# Plotting\n",
"import matplotlib.pyplot as plt\n",
"from matplotlib.colors import TwoSlopeNorm \n",
"plt.style.use('../probnum.mplstyle')"
"plt.style.use('./../probnum.mplstyle')"
]
},
{
Expand Down Expand Up @@ -2444,7 +2444,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.6"
},
"pycharm": {
"stem_cell": {
Expand Down

0 comments on commit c58dc7a

Please sign in to comment.