Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Jan 8, 2025
1 parent 74c2ee5 commit 6395688
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
9 changes: 6 additions & 3 deletions docs/examples/anomalies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"pycharm": {
"is_executing": true
},
"jupyter": {
"is_executing": true
}
},
"outputs": [],
"source": [
"%matplotlib inline\n",
"\n",
Expand All @@ -27,7 +28,9 @@
"from pytesmo.utils import rootdir\n",
"import warnings\n",
"import matplotlib.pyplot as plt"
]
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "markdown",
Expand Down
21 changes: 11 additions & 10 deletions docs/examples/dct_pls.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/test_docs/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"temporal_collocation.ipynb",
"triple_collocation.ipynb",
"validation_framework.ipynb",
"dct_pls.ipynb",
])
@pytest.mark.skipif(
not os.path.isdir(examples_path),
Expand Down

0 comments on commit 6395688

Please sign in to comment.