TNO Intern

Commit 5d47f2d8 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Testing the speed of the doublet calculations

parent 0a8e54f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class PyThermoGIS(TestCase):
        non_nan_data = data[~np.isnan(data)]
        print(f"Non Nan Values: {len(non_nan_data)}")

        # Run calculation across all dimensions of input_grids, and all provided P_values
        # Run calculation across all dimensions of input_grids, and all provided P_values: The Equivalent calculation with 10 cores takes 43 seconds in the Java code
        output_grids = calculate_doublet_performance(input_grids, input_params={"rng_seed": 123}, p_values=p_values)