Skip to content

Commit

Permalink
Updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kebasaa committed Oct 22, 2020
1 parent f2c6e90 commit 4b85903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02_laser_v0.1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"import os\n",
"import glob\n",
"import pandas as pd\n",
"import numpy as np"
"import numpy as np\n",
"from scipy import stats"
]
},
{
Expand Down Expand Up @@ -1085,7 +1086,6 @@
" return(temp)\n",
"\n",
"def calibrate_co2_h2o(temp, cal_stats):\n",
" from scipy import stats\n",
" temp = temp.copy()\n",
" \n",
" # Correlation of H2O\n",
Expand Down

0 comments on commit 4b85903

Please sign in to comment.