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

Adds missing f to f string for printing info about variable #1198

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

dulte
Copy link
Collaborator

@dulte dulte commented Jun 11, 2024

Change Summary

A f string in Variables was broken. This fixes it

Checklist

  • Start with a draft-PR
  • The PR title is a good summary of the changes
  • PR is set to AeroTools and a tentative milestone
  • Documentation reflects the changes where applicable
  • Tests for the changes exist where applicable
  • Tests pass locally
  • Tests pass on CI
  • At least 1 reviewer is selected
  • Make PR ready to review

@dulte dulte requested a review from thorbjoernl June 11, 2024 12:01
@dulte dulte added the bug 🐛 Something isn't working label Jun 11, 2024
@dulte dulte self-assigned this Jun 11, 2024
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.31%. Comparing base (ac80b76) to head (1fd6170).
Report is 485 commits behind head on main-dev.

Files with missing lines Patch % Lines
pyaerocom/variable.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           main-dev    #1198      +/-   ##
============================================
- Coverage     79.31%   79.31%   -0.01%     
============================================
  Files           131      131              
  Lines         20230    20229       -1     
============================================
- Hits          16046    16045       -1     
  Misses         4184     4184              
Flag Coverage Δ
unittests 79.31% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dulte dulte merged commit 6f84488 into main-dev Jun 11, 2024
6 of 8 checks passed
@dulte dulte deleted the fix-var-repr branch June 11, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants