Skip to content

Commit

Permalink
small fix testfolder path
Browse files Browse the repository at this point in the history
with the new method to define the testfolder path for any OS, it needs to be str to work
  • Loading branch information
shirubana committed Feb 15, 2020
1 parent 7aedd99 commit 2d3e0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
],
"source": [
"# Create a RadianceObj 'object' named bifacial_example. no whitespace allowed\n",
"demo = RadianceObj('bifacial_example',testfolder) "
"demo = RadianceObj('bifacial_example',str(testfolder)) "
]
},
{
Expand Down Expand Up @@ -165,7 +165,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Input albedo 0-1, or ground material names:['black', 'litesoil', 'concrete', 'white_EPDM', 'beigeroof', 'beigeroof_lite', 'beigeroof_heavy', 'asphalt', 'greyroof', 'Metal_Aluminum_Anodized', 'Color_I11', 'M_0010_Snow', 'Metal_Grey']\n"
"Input albedo 0-1, albedo by wavelength [R, G, B], or ground material names:['black', 'litesoil', 'concrete', 'white_EPDM', 'beigeroof', 'beigeroof_lite', 'beigeroof_heavy', 'asphalt', 'greyroof', 'Metal_Aluminum_Anodized', 'Color_I11', 'M_0010_Snow', 'Metal_Grey']\n"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


# Create a RadianceObj 'object' named bifacial_example. no whitespace allowed
demo = RadianceObj('bifacial_example',testfolder)
demo = RadianceObj('bifacial_example',str(testfolder))


# This will create all the folder structure of the bifacial_radiance Scene in the designated testfolder in your computer, and it should look like this:
Expand Down

0 comments on commit 2d3e0ac

Please sign in to comment.