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 9578854 commit 4bb0aadCopy full SHA for 4bb0aad
codeflash/optimization/optimizer.py
@@ -127,8 +127,6 @@ def run(self) -> None:
127
logger.info("Information on existing benchmarks will not be available for this run.")
128
finally:
129
# Restore original source code
130
- trace_file.unlink()
131
- shutil.rmtree(self.replay_tests_dir, ignore_errors=True)
132
for file in file_path_to_source_code:
133
with file.open("w", encoding="utf8") as f:
134
f.write(file_path_to_source_code[file])
0 commit comments