scheme_adapters/polyfit_adapter/polyfit_adapter.py [119:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            pid = open(self.damoos_path + "/results/pid").readline()
            pid = pid.strip()
            return pid
        else:
            raise Exception("Unable to run the workload")

    def get_metric(self, pid, metric_list):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scheme_adapters/pso_adapter/pso_adapter.py [114:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            pid = open(self.damoos_path + "/results/pid").readline()
            pid = pid.strip()
            return pid
        else:
            raise Exception("Unable to run the workload")

    def get_metric(self, pid, metric_list):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



