DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

Make vt_data_extractor.py callable from the command line #397

Closed cwschilly closed 1 year ago

cwschilly commented 1 year ago

As with #396, running vt_data_extractor.py from the command line yields an error: "ImportError: attempted relative import with no known parent package"

tlamonthezie commented 1 year ago

Because it has a main entry point it should be runnable from the CLI. I put a Bug label because of that since I consider that it had worked in the past.