Skip to content

Commit

Permalink
Remove temporary failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Sep 16, 2024
1 parent 694f602 commit ca20308
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions notebooks/algorithms/structure/Renumber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@
"import pandas as pd\n",
"import numpy as np\n",
"import networkx as nx\n",
"from cugraph.structure import NumberMap\n",
"\n",
"# Force this notebook to fail\n",
"# TODO: Remove this before merging\n",
"exit(1)"
"from cugraph.structure import NumberMap"
]
},
{
Expand Down

0 comments on commit ca20308

Please sign in to comment.