Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 10-06-2024 #4

Closed
wants to merge 15 commits into from
4 changes: 2 additions & 2 deletions Examples/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"metadata": {},
"outputs": [],
"source": [
"from Functions import load_data, minimizer, select_traintest, hyper_minimizer, MDRefinement"
"from MDRefine import load_data, minimizer, select_traintest, hyper_minimizer, MDRefinement"
]
},
{
Expand Down Expand Up @@ -1101,7 +1101,7 @@
],
"source": [
"x = mini['intermediate'].log10_hyperpars\n",
"y = mini['intermediate'].tot_chi2\n",
"y = mini['intermediate'].av_chi2\n",
"\n",
"plt.plot(x,y,'.--')\n",
"plt.xlabel(r'$\\log_{10}\\alpha$')\n",
Expand Down
2 changes: 1 addition & 1 deletion Examples/load_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
"source": [
"%%bash\n",
"\n",
"mv github_DATA/alchemical/temperature.txt DATA_alchemical/temperature.txt"
"mv github_DATA/alchemical/temperature DATA_alchemical/temperature.txt"
]
},
{
Expand Down
Loading
Loading