gperonato / GHCitySim

Set of Grasshopper components for interfacing with CitySim. ©2016-2018 EPFL-LIPID
12 stars 2 forks source link

CitySim-LoadResults #1

Closed AymericDelmas closed 8 years ago

AymericDelmas commented 8 years ago

Weird things happening with the LoadResults component. The component cannot find the "test_SW.out" file even though it has been created in the right folder (see screenshot added).

screenshot 2016-11-14 15 14 54

However, disconnecting and reconnecting the "name" panel to the LoadResults component make it work and load the results.

gperonato commented 8 years ago

Thanks for the feedback! The error is probably due to the fact that the component doesn't not check whether a file .out has been created. It just runs when it detects a change in its inputs. I'll add a "Run" boolean input as in the other components: that should solve the problem. For now, you can use your workaround or just disable/enable the component before importing.

gperonato commented 8 years ago

The issue should be solved in the latest version