DARMA-tasking / LB-analysis-framework

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

Make JSON_data_files_validator_loader.py callable from the command line #396

Closed cwschilly closed 1 year ago

cwschilly commented 1 year ago

Running the JSON_data_files_validator_loader.py from the command line currently throws an error: "ImportError: attempted relative import with no known parent package"

For now, the wiki page includes directions on how to load the validator from VT using this link, but it would be better to be able to run the loader instead.

tlamonthezie commented 1 year ago

Currently this script is not callable because has not a main entry point. This is a enhancement.