From fe0fd8ec2140161b05fb2b9e025393369748cc20 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 1 Sep 2025 16:49:34 +0200 Subject: [PATCH] new lines at the ends of the benchmark scripts added --- tests/benchmark_cp.py | 2 +- tests/benchmark_cp_comp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])