Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3192 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 376 376
Lines 53158 53158
=======================================
Hits 53106 53106
Misses 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR bumps Python to 3.14 for the LFRic extraction tests. These tests use fab, which calls fparser within spawned subprocesses. Python 3.14 does include changes to its concurrency model but I thought, reading this, that it wouldn't affect the functionality used in fab, namely |
|
I think we want to run the extraction in parallel - extraction makes python quite a bit slower (static call tree analysis). We have a ticket in Fab (MetOffice/fab#510) to update fab (and I wanted to update the extraction to the official 2.0 release as well). |
None. Mat put it well in MetOffice/fab#510: not needed right now, but will inevitably need addressing, that's all. :) |
|
Then I'll prefer to let us look at Fab first, and then update the build to the updated Fab :) |
No description provided.