new lines at the ends of the benchmark scripts added
This commit is contained in:
parent
b8baa14c84
commit
fe0fd8ec21
|
@ -39,4 +39,4 @@ cp_values = fluid.get_cp(t=temperatures)
|
|||
elapsed = time.perf_counter() - t0
|
||||
|
||||
print(f"Computed {n_states} Cp values in {elapsed:.4f} seconds (vectorized Gaspype)")
|
||||
print("First 5 Cp values (J/mol·K):", cp_values[:5])
|
||||
print("First 5 Cp values (J/mol·K):", cp_values[:5])
|
||||
|
|
|
@ -52,4 +52,4 @@ cp_values = fluid.get_cp(t=temperatures)
|
|||
elapsed = time.perf_counter() - t0
|
||||
|
||||
print(f"Computed {n_states} Cp values in {elapsed:.4f} seconds (vectorized Gaspype)")
|
||||
print("First 5 Cp values (J/mol·K):", cp_values[:5])
|
||||
print("First 5 Cp values (J/mol·K):", cp_values[:5])
|
||||
|
|
Loading…
Reference in New Issue