Skip to content

Commit

Permalink
updated syntax checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophGehbauer committed Sep 3, 2024
1 parent 95bd5e9 commit 2977fb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Advanced Facade Controller (AFC)

![Actions Status](https://github.com/LBNL-ETA/AFC/workflows/Syntax/badge.svg)
![Actions Status](https://github.com/LBNL-ETA/AFC/workflows/UnitTests/badge.svg)
[![Syntax](https://github.com/LBNL-ETA/AFC/actions/workflows/syntax-test.yml/badge.svg)](https://github.com/LBNL-ETA/AFC/actions/workflows/syntax-test.yml)
[![UnitTests](https://github.com/LBNL-ETA/AFC/actions/workflows/unit-test.yml/badge.svg)](https://github.com/LBNL-ETA/AFC/actions/workflows/unit-test.yml)

#### Predictive Control Solution for Advanced Facades and Integrated Energy Systems
----------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion afc/optModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

# pylint: disable=bare-except, too-many-locals, invalid-name, too-many-statements
# pylint: disable=pointless-string-statement
# pylint: disable=pointless-string-statement, possibly-used-before-assignment

import os
import sys
Expand Down
1 change: 1 addition & 0 deletions afc/radiance/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def process_wpi(self, wpi_grid):
wpi = wpi_all
else:
print(f'ERROR: wpi_loc "{self.wpi_loc}" not available.')
wpi = None

return wpi, wpi_all, wpi_center, wpi_23

Expand Down

0 comments on commit 2977fb0

Please sign in to comment.