Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ox.py #646

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Update ox.py #646

merged 1 commit into from
Nov 24, 2024

Conversation

binh120702
Copy link
Contributor

@binh120702 binh120702 commented Oct 7, 2024

  • Fix typo in None check: the condition if not None doesn't actually check the value of seq. Instead, it's just a static check against None, which doesn't achieve what we want. We probably meant to check whether seq is None.

- Fix typo in None check
@blankjul blankjul self-assigned this Nov 24, 2024
@blankjul blankjul merged commit ecc38ec into anyoptimization:main Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants