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 1a7e99d commit 55f6d5bCopy full SHA for 55f6d5b
tests/regression/validate_results.py
@@ -58,7 +58,7 @@ def main():
58
pipeline = config.to_runner()
59
with pyinstrument.Profiler() as profiler:
60
results = pipeline.run()
61
- profiler.write_html("profile.html", timeline=True)
+ profiler.write_html("profile.html")
62
print(profiler.output_text(unicode=True, color=True))
63
result = results[0]
64
photometry, sifter_result, _ = result
@@ -102,10 +102,6 @@ def main():
102
with open("summary.json", "w") as handle:
103
json.dump(summary, handle, indent=4)
104
105
- import IPython
106
-
107
- IPython.embed()
108
109
110
if __name__ == "__main__":
111
main()
0 commit comments