Searched refs:runs (Results 1 – 9 of 9) sorted by relevance
34 runs = []57 runs.append(data)105 return pd.DataFrame(runs)109 runs = read_logs() variable110 print(runs) # Print summary (about 10 lines)111 print('First entry:\n', runs.iloc[0])112 print('Last entry:\n', runs.iloc[-1])
14 runs = read_logs() variable18 runs.to_csv('benchmark_data.csv', sep='\t', index=False)
27 runs = read_logs() variable43 sel_runs = runs
37 runs = pd.read_csv(conv_result_file)44 for group in runs.groupby('degree'):
775 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
394 As the simulation runs, it takes a running time average of the statistics at the full domain quadra…
53 …g Exodus meshes created using [CUBIT]; sample meshes used for the example runs suggested here can …
344 Using the `benchmarks` target runs a comprehensive set of benchmarks which may take some time to ru…
399 typically in a library initializer or "constructor" that runs automatically.