Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filipinascimento committed Feb 18, 2021
1 parent b9d65e8 commit f20a439
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Notebooks/CalculateMetrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"%matplotlib widget\n",
"%matplotlib inline\n",
"import os\n",
"import math\n",
"import numpy as np\n",
Expand Down Expand Up @@ -335,6 +335,13 @@
" return (correlations,lags)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -674,9 +681,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:climate]",
"display_name": "Python [conda env:teleconnectionsgranger]",
"language": "python",
"name": "conda-env-climate-py"
"name": "conda-env-teleconnectionsgranger-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -688,7 +695,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f20a439

Please sign in to comment.