Skip to content

Reword commit message to stop tracking job failing on main - #4547

Merged
je-cook merged 1 commit into
mainfrom
fix-commit-message
Aug 21, 2026
Merged

Reword commit message to stop tracking job failing on main #4547
je-cook merged 1 commit into
mainfrom
fix-commit-message

Conversation

@clmould

@clmould clmould commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Remove the {} from the commit message as this was causing the tracking job to fail on main:

Failure on tracking job:
image

Old commit message:
image


Description

Checklist

I confirm that I have completed the following checks:

  • My changes follow the PROCESS style guide
  • I have justified any large differences in the regression tests caused by this pull request in the comments.
  • I have added new tests where appropriate for the changes I have made.
  • If I have had to change any existing unit or integration tests, I have justified this change in the pull request comments.
  • If I have made documentation changes, I have checked they render correctly.
  • I have added documentation for my change, if appropriate.

* Increase array dimensions for impurity radiation data structures from 200 to 600 to accommodate larger datasets. Updated relevant initialisation parameters in `impurity_radiation_variables.py` and `impurity_radiation.py`.

* Add plotting script for total impurity radiation loss function and update documentation

- Introduced `impurity_loss_functions.py` to plot Line and Bremsstrahlung loss function profiles.
- Updated the electron density in plasma radiation documentation from 10^19 10^20.
- Increased the source data points from 200 to 600 and adjusted the fitted temperature range.

* Update expected values in unit tests for impurity radiation calculations

* Enhance impurity loss function plotting with varied line styles for better visualization

* Refactor impurity radiation data structures to use a constant for loss function points and update related calculations

* Update documentation/source/physics-models/plasma_radiation.md

Co-authored-by: clmould <86794332+clmould@users.noreply.github.com>

* Fix impurity path error catching

* use N_IMPURITIY_LOSS_FUNCTION_POINTS directly instead of `table_length` alias

* Remove redundant assignment to impurity path

---------

Co-authored-by: clmould <86794332+clmould@users.noreply.github.com>
@clmould
clmould requested a review from a team as a code owner August 21, 2026 12:58
@je-cook
je-cook merged commit a7c610e into main Aug 21, 2026
9 of 11 checks passed
@je-cook
je-cook deleted the fix-commit-message branch August 21, 2026 13:01
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 49.46%. Comparing base (d3c45e3) to head (e1fbbb5).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
process/core/io/plot/summary.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4547   +/-   ##
=======================================
  Coverage   49.45%   49.46%           
=======================================
  Files         150      150           
  Lines       29914    29912    -2     
=======================================
+ Hits        14795    14797    +2     
+ Misses      15119    15115    -4     

☔ 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.

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.

4 participants