NREL / Radiance

This repo has been archived. Please refer to https://github.com/LBNL-ETA/Radiance/tree/master for the latest updates.
Other
166 stars 64 forks source link

bifacial_radiance.py missing #34

Closed nplola closed 5 years ago

nplola commented 5 years ago

Hi,

I just installed followed instructions from the installation guide by Silvana Ayala. It seems it all went well but when I run Spyder and tried to open the bifacial_radiance.py file I noticed the Bifacial_radiance-master folder I unzipped is missing it. Instead I could see some other .py files that are not shown in the video.

bf_r folder

Does it have something to do with being a new release? Can you help me, please?

Thank you.

mostaphaRoudsari commented 5 years ago

I believe you are posting your problem in the wrong place. This repository is for radiance iteself and not bifacial.

nplola commented 5 years ago

Then... can you tell me where can I post this issue, please?

mikofski commented 5 years ago

@nplola please post your issue at bifacial_radiance, and close this one here. Thanks! This is the repository for RADIANCE, not bifacial-radiance, which only uses RADIANCE for ray-tracing calculations.

However, I think I can answer your question and save you time. there is no module called bifacial_radiance.py, instead it is a Python package - you can examine the bifacial-radiance master tree to see for yourself.

So to solve your problem and continue with the instructions, simply MOVE ONE FOLDER BACK UP, then follow the directions. EG: in a terminal:

path/to/bifacial_radiance $ ls

bifacial_radiance    <-- this is the Python package
docs
MANIFEST.in
pytest.ini
requirements.txt
setup.py
versioneer.py
LICENSE
README.md
setup.cfg
tests

path/to/bifacial_radiance$ ipython

IPython 7.7.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import bifacial_radiance

In [2]: bifacial_radiance.gui()