Skip to content

Post Processor Report Refactoring #1017

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

Merged
merged 9 commits into from
Apr 1, 2022
Merged

Post Processor Report Refactoring #1017

merged 9 commits into from
Apr 1, 2022

Conversation

maxcapodi78
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #1017 (9c889bb) into main (de9a372) will decrease coverage by 0.18%.
The diff coverage is 82.26%.

@@            Coverage Diff             @@
##             main    #1017      +/-   ##
==========================================
- Coverage   80.87%   80.69%   -0.19%     
==========================================
  Files         131      132       +1     
  Lines       39074    39610     +536     
==========================================
+ Hits        31602    31963     +361     
- Misses       7472     7647     +175     

}


class REPORTS(object):
Copy link
Contributor

Choose a reason for hiding this comment

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

Should reserve all CAPS for python constants and not classes.

rep = rt.Standard(self._post_app, self._post_app._app.design_solutions.report_type, setup_name)
rep.expressions = expressions
return rep
return None
Copy link
Contributor

Choose a reason for hiding this comment

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

This is redundant. None is returned by default.

Suggested change
return None

@maxcapodi78 maxcapodi78 merged commit 6b4a0e8 into main Apr 1, 2022
@maxcapodi78 maxcapodi78 deleted the circuit_example branch April 1, 2022 08:50
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.

2 participants