Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartling committed Aug 15, 2024
1 parent 5beec62 commit 52a8c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion open_fdd/air_handling_unit/faults/fault_condition_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def apply(self, df: pd.DataFrame) -> pd.DataFrame:
del df["fan_check_"]
del df["combined_check"]

return df
return df
2 changes: 1 addition & 1 deletion open_fdd/air_handling_unit/reports/report_fc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def display_report_in_ipython(self, df: pd.DataFrame, output_col: str = "fc1_fla

else:
print("NO FAULTS FOUND - Skipping time-of-day Histogram plot")
sys.stdout.flush()
sys.stdout.flush()
2 changes: 1 addition & 1 deletion open_fdd/tests/ahu/test_ahu_fc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def test_fault_on_float_greater_than_one(self):
TypeError,
match=HelperUtils().float_max_check_err(TEST_SUPPLY_VFD_SPEED_COL),
):
fc1.apply(self.fault_df_on_output_greater_than_one())
fc1.apply(self.fault_df_on_output_greater_than_one())

0 comments on commit 52a8c14

Please sign in to comment.