Skip to content

Commit

Permalink
Change notebook and force it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 30, 2024
1 parent 2e507be commit fb91dcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notebooks/algorithms/structure/Renumber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
"import pandas as pd\n",
"import numpy as np\n",
"import networkx as nx\n",
"from cugraph.structure import NumberMap"
"from cugraph.structure import NumberMap\n",
"\n",
"# Force this notebook to fail\n",
"exit(1)"
]
},
{
Expand Down

0 comments on commit fb91dcc

Please sign in to comment.