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

remove almost-unused local variable in _get_comparable #358

Merged
merged 1 commit into from
May 11, 2023

Conversation

cpoerschke
Copy link
Contributor

@cpoerschke cpoerschke commented May 9, 2023

Checklist

  • pytest passes
  • code is well formatted

What does this implement/fix? Explain your changes

Reading the code I noticed that the start local variable isn't really used and removing it would make the code marginally easier to read, though that's subjective of course.

@cpoerschke cpoerschke marked this pull request as ready for review May 9, 2023 19:17
@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (5938554) 97.92% compared to head (4e7d78c) 97.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #358      +/-   ##
==========================================
- Coverage   97.92%   97.92%   -0.01%     
==========================================
  Files          37       37              
  Lines        3326     3325       -1     
  Branches      502      502              
==========================================
- Hits         3257     3256       -1     
  Misses         33       33              
  Partials       36       36              
Impacted Files Coverage Δ
sksurv/metrics.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sebp sebp merged commit 7b16c1d into sebp:master May 11, 2023
15 checks passed
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.

None yet

2 participants