Loading pixi.lock +1 −1 Original line number Diff line number Diff line Loading @@ -4830,7 +4830,7 @@ packages: - pypi: ./ name: pythermogis version: 1.1.2 sha256: 043b1dc3f19c94485d7c1c88cfdd65bde30f3cdb479db50a6138630311c3967c sha256: 6c2c51bb843ce5d8e0fb17a271a6425a468bc6da8718c96355b2132adc2a0c4d requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* Loading resources/thermogis_jar/thermogis-1.7.0-shaded.jar LFS (134 B) File changed.No diff preview for this file type. View original file View changed file src/pythermogis/thermogis_classes/doublet.py +2 −2 Original line number Diff line number Diff line Loading @@ -149,8 +149,8 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes "pres": results.pres(), "flow_rate": results.flow(), "welld": results.welld(), "inj_temp": 0, #TODO: this is ATES output. Is ATES supported in pytg? "prd_temp": 0 #TODO: this is ATES output. Is ATES supported in pytg? "inj_temp": results.injectionTemp(), "prd_temp": results.productionTemp(), } # Reset doublet variables for next calculation Loading Loading
pixi.lock +1 −1 Original line number Diff line number Diff line Loading @@ -4830,7 +4830,7 @@ packages: - pypi: ./ name: pythermogis version: 1.1.2 sha256: 043b1dc3f19c94485d7c1c88cfdd65bde30f3cdb479db50a6138630311c3967c sha256: 6c2c51bb843ce5d8e0fb17a271a6425a468bc6da8718c96355b2132adc2a0c4d requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* Loading
resources/thermogis_jar/thermogis-1.7.0-shaded.jar LFS (134 B) File changed.No diff preview for this file type. View original file View changed file
src/pythermogis/thermogis_classes/doublet.py +2 −2 Original line number Diff line number Diff line Loading @@ -149,8 +149,8 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes "pres": results.pres(), "flow_rate": results.flow(), "welld": results.welld(), "inj_temp": 0, #TODO: this is ATES output. Is ATES supported in pytg? "prd_temp": 0 #TODO: this is ATES output. Is ATES supported in pytg? "inj_temp": results.injectionTemp(), "prd_temp": results.productionTemp(), } # Reset doublet variables for next calculation Loading