Loading tests/tests/test_doublet_speed.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
tests/tests/test_doublet_speed.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading