From 27829e0bba0f8fa15a0c35da0f4bc27673bbe298 Mon Sep 17 00:00:00 2001 From: pradeepambati Date: Wed, 3 Jun 2020 08:51:58 -0400 Subject: [PATCH] next --- simulator/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/simulator.py b/simulator/simulator.py index d4c2f2e..04a335c 100644 --- a/simulator/simulator.py +++ b/simulator/simulator.py @@ -694,7 +694,7 @@ def run_LJW_error(self, max_wait_time_min: int, short_thresh_min: int, input_trace['num_cores'] = np.where(num_cores > 40, 40, num_cores).tolist() input_trace['total_MB_req'] = np.where(total_mem > 128 * 1024, 128 * 1024, total_mem).tolist() - input_trace = pd.read_hdf(os.path.abspath('../synthetic_traces/synthetic-trace-2025.h5')) + # input_trace = pd.read_hdf(os.path.abspath('../synthetic_traces/synthetic-trace-2025.h5')) new_sim = Simulator(year, 150, 64, 256, input_trace) # print(new_sim.run_NJW()) # print(new_sim.run_AJWT(max_wait_time_min=15, SWW=False))