Skip to content

fix: correct spelling errors in README, losses, and training scripts#87

Open
albedo-c wants to merge 3 commits intoopenclimatefix:mainfrom
albedo-c:fix/typo-20260303
Open

fix: correct spelling errors in README, losses, and training scripts#87
albedo-c wants to merge 3 commits intoopenclimatefix:mainfrom
albedo-c:fix/typo-20260303

Conversation

@albedo-c
Copy link
Copy Markdown

@albedo-c albedo-c commented Mar 2, 2026

Summary

This PR fixes three spelling errors found in the codebase.

Changes

Fixed 3 spelling errors across 3 files:

  1. README.md (line 49): Corrected "steams" to "streams"

    • Context: "This steams the data with 24 timesteps..."
    • Should be: "This streams the data with 24 timesteps..."
  2. dgmr/losses.py (line 177): Corrected "generater" to "generator"

    • Context: "predictions from 6 calls to the generater (Monte Carlo estimation...)"
    • Should be: "predictions from 6 calls to the generator (Monte Carlo estimation...)"
  3. train/run.py (line 64): Corrected "interupts" to "interrupts"

    • Context: "Run when the user interupts the training..."
    • Should be: "Run when the user interrupts the training..."

Impact

These are simple text-only changes that improve code readability and documentation quality. No functional changes to the code.

albedo-c and others added 3 commits March 3, 2026 01:42
- Migrate from setup.py to pyproject.toml (PEP 621)
- Update Python version from 3.6 to >=3.11
- Configure ruff for linting and formatting (replaces black)
- Remove .ruff.toml and consolidate into pyproject.toml
- Update .pre-commit-config.yaml to use ruff only
- Add .python-version pinning to 3.14
- Initialize uv package manager with uv.lock
- Rename layer modules to lowercase (PEP 8)
- Fix module imports after renaming
- Run ruff format on all files
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.

1 participant