When plotting a directory of sim results, we search recursively through a subdir hierarchy to find simulation results that we can combine.
Should we use followlinks=True in the os.walk to make it easier to configure tornet results collections?
|
for root, dirs, files in os.walk(search_dir): |
When plotting a directory of sim results, we search recursively through a subdir hierarchy to find simulation results that we can combine.
Should we use
followlinks=Truein theos.walkto make it easier to configure tornet results collections?tornettools/tornettools/util.py
Line 54 in 3daa273