Loading pythermogis/thermogis_classes/jvm_start.py +0 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ def start_jvm(): if not jpype.isJVMStarted(): jpype.startJVM(get_jvm_path(), classpath=[get_thermogis_jar_path()]) def close_jvm(): """ To use the JPype package a java .jar file has to be instantiated with a java virtual machine (jvm) Loading tests/test_doublet_speed.py +3 −2 Original line number Diff line number Diff line import timeit from os import path from pathlib import Path from unittest.case import TestCase from unittest.case import TestCase, skip import shutil import numpy as np Loading @@ -22,7 +22,8 @@ class PyThermoGIS(TestCase): def tearDown(self): shutil.rmtree(self.test_files_out_path) def run_SLDNA(self): @skip def test_doublet_speed(self): input_grids = self.read_input_grids() p_values = [10,50,90] Loading Loading
pythermogis/thermogis_classes/jvm_start.py +0 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,6 @@ def start_jvm(): if not jpype.isJVMStarted(): jpype.startJVM(get_jvm_path(), classpath=[get_thermogis_jar_path()]) def close_jvm(): """ To use the JPype package a java .jar file has to be instantiated with a java virtual machine (jvm) Loading
tests/test_doublet_speed.py +3 −2 Original line number Diff line number Diff line import timeit from os import path from pathlib import Path from unittest.case import TestCase from unittest.case import TestCase, skip import shutil import numpy as np Loading @@ -22,7 +22,8 @@ class PyThermoGIS(TestCase): def tearDown(self): shutil.rmtree(self.test_files_out_path) def run_SLDNA(self): @skip def test_doublet_speed(self): input_grids = self.read_input_grids() p_values = [10,50,90] Loading