Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Jul 8, 2020
1 parent a0d2ef5 commit e6375ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/Main_Tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)


# <codecell>
Expand Down
4 changes: 1 addition & 3 deletions docs/Outputs_Tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e6375ac

Please sign in to comment.