Closed cdeline closed 7 months ago
Moved over to PR #488
OK, nevermind, we'll work on this branch to make it easier. Closing #488
calculateResults() failing with multi scene and multi result objects...
backseat driving --- there is an option of AgriPV = True which basically bypasses calculating module results (I think it might also look at only 1 single csv result front or back, I don't recall), but it was also not working with multi result/object
Tests are passing, just a coveralls error. This is ready to merge with development. We can update journals from there.
Allow multiple scene objects to be tracked at the same time by the RadianceObj. This is accomplished by running makeScene multiple times, each one appends a new SceneObj to RadianceObj.scenes which is a new list to track scene objects.
todo:
__init__.py
~