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 bb04218 commit 3c38c2bCopy full SHA for 3c38c2b
tests/analyze/test_overlay_utils.py
@@ -45,7 +45,7 @@ def test_filtering_args():
45
assert test_code[args[3].start_index : args[3].stop_index] == "to_x=100, to_y=200"
46
47
48
-def manual_test():
+def manual_eval():
49
"""Manual test function that displays the resulting image."""
50
import matplotlib.pyplot as plt
51
@@ -75,4 +75,4 @@ def manual_test():
75
76
77
if __name__ == "__main__":
78
- manual_test()
+ manual_eval()
0 commit comments