fix: correct spelling errors in documentation and code#518
Open
albedo-c wants to merge 1 commit intoopenclimatefix:mainfrom
Open
fix: correct spelling errors in documentation and code#518albedo-c wants to merge 1 commit intoopenclimatefix:mainfrom
albedo-c wants to merge 1 commit intoopenclimatefix:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes 14 spelling errors found throughout codebase, improving code readability and documentation quality.
Changes
Fixed 14 spelling errors across 7 files:
Documentation:
Scripts:
2. scripts/backtest_sites.py:15 - seperate -> separate
3. scripts/backtest_uk_gsp.py:56 - avaiable -> available
4. scripts/backtest_uk_gsp.py:56 - accordng -> according
5. scripts/mae_analysis.py:95 - indicies -> indices
Training code:
6. pvnet/training/lightning_module.py:257 - persistance -> persistence
7. pvnet/training/lightning_module.py:337 - Uplodad -> Upload
Model code:
8. pvnet/models/base_model.py:419 - timestemps -> timestamps
9. pvnet/models/base_model.py:426 - ouput -> output
10. pvnet/models/ensemble.py:1 - mutliple -> multiple
11. pvnet/models/late_fusion/late_fusion.py:32 - paramters -> parameters
12. pvnet/models/late_fusion/site_encoders/encoders.py:16 - encodeded -> encoded, wih -> with
Model cards:
13. pvnet/model_cards/empty_model_card_template.md:5 - automaticall -> automatically
14. pvnet/model_cards/empty_model_card_template.md:33 - nessessary -> necessary
Impact
These are simple text-only changes that improve code readability and maintain professional documentation standards. No functional changes to the code.