src/hpcadvisor/batch_handler.py (12 lines): - line 178: # TODO: revisit this - line 435: # TODO: store the output as file so we can use the result as cache - line 553: # TODO: need to move to another place - line 554: # TODO: find alternatives for this sleep 60 to prevent rpm lock error - line 558: # TODO: put bach the option for blob on nfs - line 889: # TODO: need more testing here - line 905: # TODO: need to check if environment is indeed setup - line 985: # TODO: need to add a maximum amount of time for task completion - line 1298: # TODO: improve space handling here - line 1316: # TODO: improve space handling here - line 1325: # TODO: may move this to data_collector.py in future - line 1352: # TODO: may be required to get the list of nodes used by the task src/hpcadvisor/main_gui.py (5 lines): - line 30: # TODO: this entire code needs to be refactored!! - line 31: # TODO: this entire code needs to be refactored!! - line 32: # TODO: this entire code needs to be refactored!! - line 173: # TODO support multiple deployments via GUI - line 293: # TODO support multiple deployments via GUI src/hpcadvisor/utils.py (3 lines): - line 49: # TODO: may change this in future - line 118: # TODO: some thougth is required here - line 126: # TODO: may improve this in future src/hpcadvisor/data_collector.py (3 lines): - line 63: # TODO: think if task should go to failed or keep pending state - line 120: # TODO: think if task should go to failed or keep pending state - line 169: # TODO change signature for store_task_execution_data src/hpcadvisor/plot_generator.py (2 lines): - line 30: # TODO: remove hardcoded region - line 31: # TODO: refactor code as there are many duplicate function calls src/hpcadvisor/price_puller.py (1 line): - line 11: # TODO: Add support for multiple SKUs so a single query is made src/hpcadvisor/dataset_handler.py (1 line): - line 143: # TODO: RETHINK THESE FILTERS