Skip to content

Commit 55f6d5b

Browse files
committed
TEST: remove old testing lines
1 parent 1a7e99d commit 55f6d5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/regression/validate_results.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main():
5858
pipeline = config.to_runner()
5959
with pyinstrument.Profiler() as profiler:
6060
results = pipeline.run()
61-
profiler.write_html("profile.html", timeline=True)
61+
profiler.write_html("profile.html")
6262
print(profiler.output_text(unicode=True, color=True))
6363
result = results[0]
6464
photometry, sifter_result, _ = result
@@ -102,10 +102,6 @@ def main():
102102
with open("summary.json", "w") as handle:
103103
json.dump(summary, handle, indent=4)
104104

105-
import IPython
106-
107-
IPython.embed()
108-
109105

110106
if __name__ == "__main__":
111107
main()

0 commit comments

Comments
 (0)