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 #120: Test and fix constructor arg conflict in FindExpressionRoot #121

Conversation

reuterbal
Copy link
Collaborator

No description provided.

@reuterbal reuterbal linked an issue Aug 2, 2023 that may be closed by this pull request
@reuterbal reuterbal requested a review from mlange05 August 2, 2023 13:32
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Documentation for this branch can be viewed at https://sites.ecmwf.int/docs/loki/121/index.html

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #121 (ca8c557) into main (f85297e) will decrease coverage by 0.33%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   92.48%   92.15%   -0.33%     
==========================================
  Files          14       90      +76     
  Lines        2355    16653   +14298     
==========================================
+ Hits         2178    15347   +13169     
- Misses        177     1306    +1129     
Flag Coverage Δ
lint_rules 95.96% <ø> (+<0.01%) ⬆️
loki 92.09% <100.00%> (?)
transformations 91.78% <ø> (+0.05%) ⬆️

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

Files Changed Coverage Δ
loki/expression/expr_visitors.py 99.34% <100.00%> (ø)

... and 77 files with indirect coverage changes

@reuterbal
Copy link
Collaborator Author

Not sure why codecov thinks that coverage went down

Copy link
Collaborator

@mlange05 mlange05 left a comment

Choose a reason for hiding this comment

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

Looks and nicely tested. Many thanks to @meteospike for reporting this. GTG from me.

@mlange05
Copy link
Collaborator

mlange05 commented Aug 9, 2023

Cool, overriding codecov and merging this. We might want to pin the codecov version number to prevent these, as the deviation is clearly not due to this branch.

@mlange05 mlange05 merged commit 8bb6968 into main Aug 9, 2023
10 of 11 checks passed
@mlange05 mlange05 deleted the 120-prevent-multiple-values-conflict-in-findexpressionroot-init branch August 9, 2023 08:30
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.

Prevent multiple values conflict in FindExpressionRoot init
2 participants