TNO Intern

Commit 4ae9c072 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

removing redundant transmissivity generation

parent 689b7ab2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
+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
@@ -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]