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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in kwarg in SpikeDetection #19282

Merged
merged 1 commit into from Jan 15, 2024
Merged

Conversation

mjbommar
Copy link
Contributor

@mjbommar mjbommar commented Jan 14, 2024

Correct typo: bad_bachtes -> bad_batches in kwargs

Simple fix to resolve kwarg variable name.

Breaking Changes

  • If anyone is relying on the typo, we might want to fall back on .pop("bad_batches") or .pop("bad_bachtes") but I'll you decide.

I didn't see any uses of the misspelled kwarg in other Lightning-AI repos.


馃摎 Documentation preview 馃摎: https://pytorch-lightning--19282.org.readthedocs.build/en/19282/

@github-actions github-actions bot added the fabric lightning.fabric.Fabric label Jan 14, 2024
@awaelchli awaelchli added bug Something isn't working community This PR is from the community labels Jan 15, 2024
@awaelchli awaelchli added this to the 2.1.x milestone Jan 15, 2024
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

Merging #19282 (c3e2b38) into master (75e112f) will decrease coverage by 28%.
Report is 1 commits behind head on master.
The diff coverage is 0%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #19282      +/-   ##
==========================================
- Coverage      82%      54%     -28%     
==========================================
  Files         445      440       -5     
  Lines       37286    37188      -98     
==========================================
- Hits        30726    20126   -10600     
- Misses       6560    17062   +10502     

@mergify mergify bot added the ready PRs ready to be merged label Jan 15, 2024
@carmocca carmocca merged commit 661c181 into Lightning-AI:master Jan 15, 2024
125 checks passed
@tchaton tchaton mentioned this pull request Jan 16, 2024
7 tasks
awaelchli pushed a commit that referenced this pull request Jan 30, 2024
lexierule pushed a commit that referenced this pull request Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community This PR is from the community fabric lightning.fabric.Fabric ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants