Skip to content

CLN Remove some unused variables #4096

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

Merged
merged 2 commits into from
Sep 14, 2020

Conversation

MarcoGorelli
Copy link
Contributor

Just cleaning up some code while I make sense of things

@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #4096 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4096      +/-   ##
==========================================
- Coverage   88.48%   88.47%   -0.01%     
==========================================
  Files          88       88              
  Lines       13865    13862       -3     
==========================================
- Hits        12268    12265       -3     
  Misses       1597     1597              
Impacted Files Coverage Δ
pymc3/distributions/continuous.py 92.81% <ø> (-0.01%) ⬇️
pymc3/distributions/transforms.py 97.45% <ø> (-0.01%) ⬇️
pymc3/smc/smc.py 99.49% <ø> (-0.01%) ⬇️

Copy link
Contributor

@AlexAndorra AlexAndorra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So these were variables that were defined but never used? 🤔

@MarcoGorelli
Copy link
Contributor Author

🤣 looks like it, unless assigning them has some side-effect I'm missing

@AlexAndorra
Copy link
Contributor

If there is, I'm missing it too. All tests are passing though, so it's good sign 🤷‍♂️
Leaving open for a few hours before merging, in case someone wants to comment 😉

@AlexAndorra AlexAndorra merged commit cb05743 into pymc-devs:master Sep 14, 2020
@MarcoGorelli MarcoGorelli deleted the remove-unused-variables branch September 14, 2020 11:57
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.

2 participants