Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/quick_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def embiggen(x):
print(f"shape after: {big.shape}")
return big

# This is a test comment. Don't merge.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This line appears to be a temporary test comment and explicitly states "Don't merge." It should be removed before merging this pull request to maintain code cleanliness and prevent accidental inclusion of non-production code.

if __name__ == "__main__":
# Patch webbrowser.open to prevent browser login
with patch("webbrowser.open", return_value=False):
Expand Down