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 a30a3d6 commit c3b74aeCopy full SHA for c3b74ae
codeflash/tracing/replay_test.py
@@ -112,6 +112,8 @@ def create_trace_replay_test(
112
test_template = ""
113
self = ""
114
for func, func_property in zip(functions, function_properties):
115
+ if func_property is None:
116
+ continue
117
if not func_property.is_top_level:
118
# can't be imported and run in the replay test
119
continue
0 commit comments