TNO Intern

Commit 30837d3c authored by Hen Brett's avatar Hen Brett 🐔
Browse files

renaming the jvm_start python code

parent a6f495dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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):