Skip to content

Corrected spelling and grammar in FNO theory guide + fix FNO type hint and typo #617

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

piano-miles
Copy link

Corrected spelling and grammar and improved phrasing in the FNO theory guide documentation. These changes improve readability without altering technical content.

Corrected spelling and grammatical errors and improved phrasing in the FNO theory guide documentation. These changes improve readability without altering technical content.
- Corrected n_modes type hint to Tuple[int, ...]
- Replaced dict() with {} and used None as default to avoid shared mutable defaults
- Fixed typo: "liting" -> "lifting"
- Used Pythonic is for None checks
- Removed extra whitespace for consistency
@piano-miles
Copy link
Author

piano-miles commented Jul 1, 2025

I just committed a few other useful minor changes:

  • Corrected n_modes type hint to Tuple[int, ...]
  • Replaced dict() with {} and used None as default to avoid shared mutable defaults
  • Fixed typo: "liting" -> "lifting"
  • Used Pythonic is for None checks
  • Removed extra whitespace for consistency

This cleans up the code.

Copy link
Member

@JeanKossaifi JeanKossaifi left a comment

Choose a reason for hiding this comment

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

This looks good, thank you @piano-miles! I just have a question about one of the types.

@piano-miles piano-miles requested a review from JeanKossaifi July 4, 2025 18:54
@piano-miles piano-miles changed the title Corrected spelling and grammar in FNO theory guide Corrected spelling & grammar in FNO theory guide + fix FNO type hint & typo Jul 10, 2025
@piano-miles piano-miles changed the title Corrected spelling & grammar in FNO theory guide + fix FNO type hint & typo Corrected spelling and grammar in FNO theory guide + fix FNO type hint and typo Jul 10, 2025
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