Skip to content

Commit 77e99cd

Browse files
Skip calls to display()
1 parent 5ca3842 commit 77e99cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/Alhazen.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"outputs": [],
539539
"source": [
540540
"labels = execute_samples(sample_list)\n",
541-
"display(labels)"
541+
"labels"
542542
]
543543
},
544544
{
@@ -571,7 +571,7 @@
571571
"outputs": [],
572572
"source": [
573573
"clean_data = labels.drop(labels[labels.oracle.astype(str) == \"UNDEF\"].index)\n",
574-
"display(clean_data)"
574+
"clean_data"
575575
]
576576
},
577577
{
@@ -1148,7 +1148,7 @@
11481148
"test_input = f.fuzz()\n",
11491149
"assert(test_input == tree_to_string(f.derivation_tree))\n",
11501150
"\n",
1151-
"display(display_tree(f.derivation_tree))"
1151+
"display_tree(f.derivation_tree)"
11521152
]
11531153
},
11541154
{

0 commit comments

Comments
 (0)