Skip to content

Commit a3e1953

Browse files
committed
Update notebooks
1 parent e0ac3b1 commit a3e1953

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/astex_diverse_inference_results_plotting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
" x=\"method\",\n",
471471
" y=\"rmsd\",\n",
472472
" hue=\"post-processing\",\n",
473-
" data=combined_relaxed_data[combined_relaxed_data[\"rmsd\"] <= 20],\n",
473+
" data=combined_relaxed_data[combined_relaxed_data[\"rmsd\"] <= 10],\n",
474474
" split=True,\n",
475475
" inner=\"quartile\",\n",
476476
" palette=colors,\n",

notebooks/posebusters_benchmark_inference_results_plotting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
" x=\"method\",\n",
528528
" y=\"rmsd\",\n",
529529
" hue=\"post-processing\",\n",
530-
" data=combined_relaxed_data[combined_relaxed_data[\"rmsd\"] <= 20],\n",
530+
" data=combined_relaxed_data[combined_relaxed_data[\"rmsd\"] <= 10],\n",
531531
" split=True,\n",
532532
" inner=\"quartile\",\n",
533533
" palette=colors,\n",

0 commit comments

Comments
 (0)