Skip to content

(Towards #3398) move LFRicRedundantComputationTrans and update to use kwargs.#3417

Merged
LonelyCat124 merged 23 commits into
masterfrom
3398_move_redun_trans
Jun 5, 2026
Merged

(Towards #3398) move LFRicRedundantComputationTrans and update to use kwargs.#3417
LonelyCat124 merged 23 commits into
masterfrom
3398_move_redun_trans

Conversation

@arporter

Copy link
Copy Markdown
Member

An initial step before updating the options accepted by this transformation.

@arporter arporter self-assigned this Apr 27, 2026
@arporter arporter marked this pull request as draft April 27, 2026 15:14
@arporter arporter added enhancement in progress LFRic Issue relates to the LFRic domain labels Apr 27, 2026
@arporter

Copy link
Copy Markdown
Member Author

Test failure is the treesitter one that #3408 fixes.

@arporter arporter added the Blocked An issue/PR that is blocked by one or more issues/PRs. label Apr 28, 2026
@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8271184) to head (d8050ab).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3417   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          392       393    +1     
  Lines        54903     54918   +15     
=========================================
+ Hits         54903     54918   +15     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arporter arporter marked this pull request as ready for review April 29, 2026 07:18
@arporter arporter removed the Blocked An issue/PR that is blocked by one or more issues/PRs. label Apr 29, 2026
@arporter

Copy link
Copy Markdown
Member Author

A fairly straightforward PR that just moves LFRicRedundantComputationTrans to the correct location and updates it to use kwargs. One for @LonelyCat124 @sergisiso or @hiker.

@sergisiso

Copy link
Copy Markdown
Collaborator

@arporter @LonelyCat124 I have the new branches that force push to our lfric_apps almost ready, let me do the change and give you a hash to try, otherwise it will conflict with my changes. I will look at this tomorrow.

@arporter

Copy link
Copy Markdown
Member Author

OK, thanks Sergi.

@sergisiso

sergisiso commented May 5, 2026

Copy link
Copy Markdown
Collaborator

@arporter Updating the LFRic hash to 300225d72ffca5c843cdeceeedb353f6eb01dfa9 should work, but you need to bring the branch to master first.

PS: Another branch is already bringing this update, so not hash update should be necessary once this is brought to master

@arporter

arporter commented Jun 3, 2026

Copy link
Copy Markdown
Member Author

The NEMO integration test fails. This requires further investigation.

@arporter

arporter commented Jun 4, 2026

Copy link
Copy Markdown
Member Author

The problem was a circular dep. on Transformation in psyclone.utils which was only triggered if Sphinx wasn't installed (which meant we used our own implementation of the Sphinx-supplied method in utils.py).

@arporter

arporter commented Jun 4, 2026

Copy link
Copy Markdown
Member Author

Assuming the ITs are all fine, this is ready for another look now. (I cancelled the compilation IT because it would have failed due to a test failure that I've subsequently fixed.)

Comment thread src/psyclone/psyGen.py

@LonelyCat124 LonelyCat124 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

All looks good now, will being merging process.

@LonelyCat124 LonelyCat124 merged commit 3e99eac into master Jun 5, 2026
13 of 14 checks passed
@LonelyCat124 LonelyCat124 deleted the 3398_move_redun_trans branch June 5, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement LFRic Issue relates to the LFRic domain ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants