Open josauder opened 9 years ago
Hello,
Upon further investigation, I found that commenting out the line:
plt.show()
from polygons/main.py
fixed that particular problem. The image was being displayed properly in a separate window, but the program never seemed to return from that call correctly.
I'm getting an error during "Generate 3D Data" command -
_from buildinggeneration/Main.py, line 65 or so...
_floorheight=np.random.uniform(singleton.floorheight_min,singleton.floorheightmax)
I thought maybe the 'np' was the problem, but I removed it and still got an error.
The building configuration file looks fine:
Command line I'm using to run:
Ubuntu 14.04, all patches applied.
Full Traceback:
-"WhatISaidB4" at reddit
josauder: An instance of singleton is not killed when the program fails- perhaps I should move the kill call from the actual steps to the UI