diff --git a/docs/Main_Tutorial.py b/docs/Main_Tutorial.py index 48b77de2..5739c4c2 100644 --- a/docs/Main_Tutorial.py +++ b/docs/Main_Tutorial.py @@ -1336,8 +1336,8 @@ # change the construction in the exterior north walls for wall in exterior_nwall: wall.Construction_Name = ( - "NORTHERN-WALL" - ) # make sure such a construction exists in the model + "NORTHERN-WALL" # make sure such a construction exists in the model + ) # diff --git a/docs/Outputs_Tutorial.py b/docs/Outputs_Tutorial.py index 76e4e735..9e575d43 100644 --- a/docs/Outputs_Tutorial.py +++ b/docs/Outputs_Tutorial.py @@ -50,9 +50,7 @@ from eppy import readhtml # the eppy module with functions to read the html -fname = ( - "../eppy/resources/outputfiles/V_7_2/5ZoneCAVtoVAVWarmestTempFlowTable_ABUPS.html" -) # the html file you want to read +fname = "../eppy/resources/outputfiles/V_7_2/5ZoneCAVtoVAVWarmestTempFlowTable_ABUPS.html" # the html file you want to read filehandle = open(fname, "r").read() # get a file handle to the html file