tests.py [214:220]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            output_path = f"{output_dir}/test_run_c{compute_on_cloud_pct}_bw{avg_bw_usage_ratio:.2f}_local{100 - compute_on_cloud_pct}_{label}"
            if os.path.exists(output_path):
                previous_placement = os.path.join(output_path, "dataset_placement.csv")
                print(f"Skip {output_path}")
                continue

            print(f"Previous placement: {previous_placement}", flush=True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tests.py [372:378]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                output_path = f"{output_dir}/test_run_c{compute_on_cloud_pct}_bw{avg_bw_usage_ratio:.2f}_local{100 - compute_on_cloud_pct}_{label}"
            if os.path.exists(output_path):
                previous_placement = os.path.join(output_path, "dataset_placement.csv")
                print(f"Skip {output_path}")
                continue

            print(f"Previous placement: {previous_placement}", flush=True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



