Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophGehbauer committed May 13, 2024
1 parent 7e2e940 commit d6835bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion afc/externalConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

# pylint: disable=invalid-name, bare-except, too-many-statements
# pylint: disable=too-many-locals
# pylint: disable=too-many-locals, unused-import

import os
import json
Expand Down
2 changes: 1 addition & 1 deletion afc/resources/config/example_config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"system_id": "Test-AAA", "location_state": "CA", "location_city": "Berkeley", "location_orientation": 0, "room_width": 10, "room_height": 11, "room_depth": 15, "occupant_1_direction": 0, "occupant_brightness": 100, "occupant_glare": 100, "window_width": 4.5, "window_height": 8.5, "window_sill": 0.5, "window_count": 2, "system_type": "ec-71t", "system_light": "LED", "system_cooling": "el", "system_cooling_eff": 3.5, "system_heating": "el", "system_heating_eff": 0.95, "location_latitude": 37.85, "location_longitude": -122.24, "location_elevation": 170, "occupant_number": 1, "debug": false, "tariff_name": "e19-2020", "building_age": "new_constr", "interface_status": "Updated Configuration."}
{"system_id": "Test-AAA", "location_state": "CA", "location_city": "Berkeley", "location_orientation": 0, "room_width": 10, "room_height": 11, "room_depth": 15, "occupant_1_direction": 0, "occupant_brightness": 100, "occupant_glare": 100, "window_width": 4.5, "window_height": 8.5, "window_sill": 0.5, "window_count": 2, "system_type": "ec-71t", "system_light": "LED", "system_cooling": "el", "system_cooling_eff": 3.5, "system_heating": "el", "system_heating_eff": 0.95, "location_latitude": 37.85, "location_longitude": -122.24, "location_elevation": 170, "occupant_number": 1, "debug": false, "tariff_name": "e19-2020", "building_age": "new_constr", "interface_status": "Updated Configuration."}
2 changes: 1 addition & 1 deletion dev/Development-JsonParser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"\"\"\"\n",
"\n",
"# pylint: disable=invalid-name, bare-except, too-many-statements\n",
"# pylint: disable=too-many-locals\n",
"# pylint: disable=too-many-locals, unused-import\n",
"\n",
"import os\n",
"import json\n",
Expand Down

0 comments on commit d6835bf

Please sign in to comment.