Skip to content

Commit

Permalink
pep8 line shortening
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Aug 30, 2024
1 parent 702554c commit 33740d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/reactor_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,13 @@ def analyze_algorithm(df, base, proj, ar_dict):
above_count: int
The number of times the deployed capacity exceeds desired capacity.
below_count: int
The number of times the deployed capacity is below desired capacity.
The number of times the deployed capacity is below
desired capacity.
equal_count: int
The number of times the deployed capacity equals desired capacity.
above_percentage: float
The percent of times the deployed capacity exceeds desired capacity.
The percent of times the deployed capacity exceeds
desired capacity.
below_percentage: float
The percent of times the deployed capacity is below desired
capacity.
Expand Down

0 comments on commit 33740d4

Please sign in to comment.