Loading build/lib/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from jpype import JClass from pythermogis.physics.temperature_grid_calculation import calculate_temperature_from_gradient from pythermogis.statistics.calculate_thick_perm_trans import generate_thickness_permeability_transmissivity_for_pvalue from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm def calculate_doublet_performance_across_dimensions(input_data: xr.Dataset, Loading pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from jpype import JClass from pythermogis.physics.temperature_grid_calculation import calculate_temperature_from_gradient from pythermogis.statistics.calculate_thick_perm_trans import generate_thickness_permeability_transmissivity_for_pvalue from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm def calculate_doublet_performance_across_dimensions(input_data: xr.Dataset, Loading pythermogis/thermogis_classes/java_start.py→pythermogis/thermogis_classes/jvm_start.py +0 −0 File moved. View file tests/tests/test_doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ from jpype.types import * from pygridsio.pygridsio import read_grid from pythermogis.pythermogis import calculate_doublet_performance from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm class PyThermoGIS(TestCase): Loading Loading
build/lib/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from jpype import JClass from pythermogis.physics.temperature_grid_calculation import calculate_temperature_from_gradient from pythermogis.statistics.calculate_thick_perm_trans import generate_thickness_permeability_transmissivity_for_pvalue from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm def calculate_doublet_performance_across_dimensions(input_data: xr.Dataset, Loading
pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from jpype import JClass from pythermogis.physics.temperature_grid_calculation import calculate_temperature_from_gradient from pythermogis.statistics.calculate_thick_perm_trans import generate_thickness_permeability_transmissivity_for_pvalue from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm def calculate_doublet_performance_across_dimensions(input_data: xr.Dataset, Loading
pythermogis/thermogis_classes/java_start.py→pythermogis/thermogis_classes/jvm_start.py +0 −0 File moved. View file
tests/tests/test_doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ from jpype.types import * from pygridsio.pygridsio import read_grid from pythermogis.pythermogis import calculate_doublet_performance from pythermogis.thermogis_classes.java_start import start_jvm from pythermogis.thermogis_classes.jvm_start import start_jvm class PyThermoGIS(TestCase): Loading