Skip to content

Commit

Permalink
fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxuanyang committed Dec 5, 2022
1 parent 33a08c0 commit 214d0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/results_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"source": [
"import sys\n",
"sys.path.append(\"../utils/\")\n",
"from time import time\n",
"import numpy as np\n",
"import pandas as pd\n",
"from skimage import util\n",
"import matplotlib.pyplot as plt\n",
"plt.rcParams['font.size'] = 14\n",
"plt.rcParams['font.sans-serif'] = 'Arial'\n"
Expand Down

0 comments on commit 214d0e8

Please sign in to comment.