We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0a16c commit c3bb392Copy full SHA for c3bb392
graph_net/test_compiler_util.py
@@ -347,3 +347,5 @@ def get_allow_samples(allow_list):
347
with open(allow_list, "r") as f:
348
for line in f.readlines():
349
test_samples.append(os.path.join(graphnet_root, line.strip()))
350
+
351
+ return test_samples
0 commit comments