Skip to content

Commit

Permalink
tiny formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Pearson committed Dec 20, 2024
1 parent e247e5f commit 11ebe26
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions auxiliary/mwe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 558,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -16,7 +16,7 @@
"from sklearn.mixture import BayesianGaussianMixture\n",
"\n",
"# Add the path to the `src` directory to the sys.path\n",
"sys.path.append(os.path.abspath(os.path.join(os.getcwd(), '../src')))\n",
"sys.path.append(os.path.abspath(os.path.join(os.getcwd(), \"../src\")))\n",
"\n",
"from nhssynth.modules.dataloader.metadata import MetaData\n",
"from nhssynth.modules.dataloader.metatransformer import MetaTransformer\n",
Expand Down Expand Up @@ -5419,8 +5419,7 @@
"plt.ylabel(\"Density\")\n",
"plt.title(\"Individual Gaussian Components of BayesianGaussianMixture\")\n",
"plt.legend()\n",
"plt.show()\n",
"\n"
"plt.show()"
]
}
],
Expand Down

0 comments on commit 11ebe26

Please sign in to comment.