Skip to content

Commit 3c38c2b

Browse files
committed
rename manual_test function to manual_eval for clarity
1 parent bb04218 commit 3c38c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/analyze/test_overlay_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_filtering_args():
4545
assert test_code[args[3].start_index : args[3].stop_index] == "to_x=100, to_y=200"
4646

4747

48-
def manual_test():
48+
def manual_eval():
4949
"""Manual test function that displays the resulting image."""
5050
import matplotlib.pyplot as plt
5151

@@ -75,4 +75,4 @@ def manual_test():
7575

7676

7777
if __name__ == "__main__":
78-
manual_test()
78+
manual_eval()

0 commit comments

Comments
 (0)