TNO Intern

Commit d8add855 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Changing the default back to using the java backend

parent fbb6e3a2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes
    if not np.isnan(mask) or temperature < utc_properties.minProdTemp():
        return (mask_value,) * 14

    use_java_backend = False
    use_java_backend = True
    if use_java_backend:
        doublet = instantiate_thermogis_doublet(utc_properties, rng_seed)
        JavaDoubletInput = JClass("thermogis.calc.utc.doublet.records.DoubletInput")