Skip to content

Conversation

jemorrison
Copy link
Collaborator

@jemorrison jemorrison commented Apr 28, 2025

Resolves JP-3989

Closes #9415

This PR addresses removes how a dictionary is setup. A reassignment of a values in the pipeline caused an error in some pipeline tests.

Tasks

@jemorrison jemorrison requested a review from a team as a code owner April 28, 2025 17:22
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.62%. Comparing base (02057da) to head (4c00e00).
⚠️ Report is 701 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9416   +/-   ##
=======================================
  Coverage   75.62%   75.62%           
=======================================
  Files         368      368           
  Lines       36906    36894   -12     
=======================================
- Hits        27910    27902    -8     
+ Misses       8996     8992    -4     

☔ View full report in Codecov by Sentry.
📢 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.

@melanieclarke
Copy link
Collaborator

It looks like style checks are failing because the old lines are commented instead of removed. Can you please clean those up and run regtests? It would be nice to get this in - it is blocking regtest runs for PRs.

@jemorrison
Copy link
Collaborator Author

jemorrison commented Apr 28, 2025

@melanieclarke I did not add these lines - they have been there for ages. So I left them commented because I wanted to run the regression test first to make sure they are not needed. We must have made a change someplace that now gives these lines as an error.
The regression tests ran fine with the lines commented out. So now I will remove the lines and run the regression tests again. I wanted to do this in steps.

@melanieclarke
Copy link
Collaborator

Sounds good, thanks! I know they're not new, they were just re-noticed by the sonar scan because of the unrelated style changes in those lines.

@jemorrison
Copy link
Collaborator Author

@melanieclarke regression tests passing: https://github.com/spacetelescope/RegressionTests/actions/runs/14715951406

Copy link
Collaborator

@melanieclarke melanieclarke left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix!

@melanieclarke melanieclarke merged commit 4cc7292 into spacetelescope:main Apr 28, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sonar scan failures on main
2 participants