Skip to content

Commit

Permalink
Add enthalpy to the comaprison
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 16, 2023
1 parent 47e788d commit 5862dd9
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 111 deletions.
2 changes: 1 addition & 1 deletion notebooks/2_testing-fitting-strategies/run-all-dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ notebook=$1
dbs=$(find ../1_explore-sampling-methods/data/ -name "caffeine_pm7_None*.db")
for db in $dbs; do
echo $db
papermill -p db_path "$db" -p max_size 5000 $notebook last.html
papermill -p db_path "$db" -p max_size 5000 $notebook last.ipynb
done
Loading

0 comments on commit 5862dd9

Please sign in to comment.