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.
2 parents 513cc38 + 8795efd commit 4847ee3Copy full SHA for 4847ee3
graph_net/analysis_util.py
@@ -39,10 +39,10 @@ def detect_sample_status(log_text: str) -> str:
39
eager_success = True
40
elif "[Datatype][compiled]" in line:
41
compile_success = True
42
- elif "[Shape]" in line and "match:True" in line:
43
- shape_match = True
44
elif "[DataType]" in line and "match:True" in line:
45
type_match = True
+ elif "all_close" in line:
+ shape_match = True
46
else:
47
# Do nothing
48
pass
0 commit comments