diff --git a/tests/benchmark_cp.py b/tests/benchmark_cp.py index fb5ff0a..330c71a 100644 --- a/tests/benchmark_cp.py +++ b/tests/benchmark_cp.py @@ -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]) \ No newline at end of file +print("First 5 Cp values (J/mol·K):", cp_values[:5]) diff --git a/tests/benchmark_cp_comp.py b/tests/benchmark_cp_comp.py index 5b3a555..7a01615 100644 --- a/tests/benchmark_cp_comp.py +++ b/tests/benchmark_cp_comp.py @@ -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]) \ No newline at end of file +print("First 5 Cp values (J/mol·K):", cp_values[:5])