Skip to content

Commit

Permalink
Skip calls to display()
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jan 7, 2025
1 parent 5ca3842 commit 77e99cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/Alhazen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"outputs": [],
"source": [
"labels = execute_samples(sample_list)\n",
"display(labels)"
"labels"
]
},
{
Expand Down Expand Up @@ -571,7 +571,7 @@
"outputs": [],
"source": [
"clean_data = labels.drop(labels[labels.oracle.astype(str) == \"UNDEF\"].index)\n",
"display(clean_data)"
"clean_data"
]
},
{
Expand Down Expand Up @@ -1148,7 +1148,7 @@
"test_input = f.fuzz()\n",
"assert(test_input == tree_to_string(f.derivation_tree))\n",
"\n",
"display(display_tree(f.derivation_tree))"
"display_tree(f.derivation_tree)"
]
},
{
Expand Down

0 comments on commit 77e99cd

Please sign in to comment.