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

Fix Metric.__iter__ by setting it to None #1538

Merged
merged 6 commits into from
Feb 22, 2023

Conversation

ValerianRey
Copy link
Contributor

What does this PR do?

Fixes #1536

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
PR review

Did you have fun?

Yes!

@ValerianRey ValerianRey marked this pull request as draft February 21, 2023 18:46
@Borda Borda changed the title Fix Metric.__iter__ by setting it to None (fixes #1536) Fix Metric.__iter__ by setting it to None Feb 21, 2023
@Borda Borda added the bug / fix Something isn't working label Feb 21, 2023
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #1538 (7446f17) into master (283d55c) will decrease coverage by 0%.
The diff coverage is 100%.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1538   +/-   ##
======================================
- Coverage      89%     89%   -0%     
======================================
  Files         216     216           
  Lines       11242   11241    -1     
======================================
- Hits         9984    9983    -1     
  Misses       1258    1258           

@SkafteNicki SkafteNicki added this to the v0.12 milestone Feb 22, 2023
@SkafteNicki SkafteNicki marked this pull request as ready for review February 22, 2023 09:38
@Borda Borda enabled auto-merge (squash) February 22, 2023 09:58
@mergify mergify bot added the ready label Feb 22, 2023
@Borda Borda merged commit 92d15f3 into Lightning-AI:master Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong error in Metric.__iter__
3 participants