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

Change Variable Names with "/" : Papercut #1722 #3404

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

athoynilimanew
Copy link
Collaborator

@athoynilimanew athoynilimanew commented Nov 15, 2024

Description

closes #1722

Changes Variable names that have "/" in it.

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.

@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.36%. Comparing base (ea54077) to head (50b3df4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3404   +/-   ##
=======================================
  Coverage   28.36%   28.36%           
=======================================
  Files          77       77           
  Lines       18365    18363    -2     
=======================================
  Hits         5209     5209           
+ Misses      13156    13154    -2     

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

@@ -640,7 +640,7 @@ def main(args=None):
else f"{args.outputdir}/scan_{scan_var_name}_vs_plasma_current"
+ f".{save_format}"
)
elif output_name == "pdivtbt/qar":
elif output_name == "pdivtbt_over_qar":
Copy link
Collaborator

Choose a reason for hiding this comment

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

This else if statement is now unnecessary. It was just to stop an invalid file name being used. This now shouldn't happen.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed.

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.

Remove all / from PROCESS variable names
3 participants