Loading src/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
src/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading