Skip to content

Commit

Permalink
fix json error
Browse files Browse the repository at this point in the history
  • Loading branch information
FionaLippert committed Jul 27, 2022
1 parent 0cdb360 commit 53b23c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/inspect_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"source": [
"import os\n",
"import pandas as pd\n",
"import numpy as np\n"
"import numpy as np\n",
"from matplotlib import pyplot as plt\n",
"from yaml import Loader, FullLoader, load\n",
"\n",
Expand Down

0 comments on commit 53b23c2

Please sign in to comment.