Loading tests/resources/test_output/p_value/stats.png 0 → 100644 +57.1 KiB Loading image diff... tests/tests/test_doublet.py +1 −4 Original line number Diff line number Diff line Loading @@ -40,9 +40,6 @@ class PyThermoGIS(TestCase): shutil.copytree(self.test_files_path / "utc" / "simplified_preprocess_result", self.test_files_out_path / "simplified_preprocess_result") self.model_path = self.test_files_out_path / "simplified_preprocess_result" shutil.copytree(self.test_files_path / "ROSL_ROSLU", self.test_files_out_path / "ROSL_ROSLU") self.ROSL_ROSLU_path = self.test_files_out_path / "ROSL_ROSLU" # Start JVM if jpype.isJVMStarted(): jpype.shutdownJVM() Loading Loading @@ -115,7 +112,7 @@ class PyThermoGIS(TestCase): input_params = {"hp_minimum_injection_temperature": 15, "return_temperature": 30, "surface_temperature": 10, "degrees_per_km": 31, "max_cooling_temperature_range": 100, "stimKhMax": 20, "use_stimulation": False, "use_heat_pump": False, "utc_cutoff_shallow": 5.1, "utc_cutoff_deep": 6.5, "utc_cutoff_depth": 4000.0} P_value = 90 P_value = 50 # Act # Read Input grids Loading Loading
tests/tests/test_doublet.py +1 −4 Original line number Diff line number Diff line Loading @@ -40,9 +40,6 @@ class PyThermoGIS(TestCase): shutil.copytree(self.test_files_path / "utc" / "simplified_preprocess_result", self.test_files_out_path / "simplified_preprocess_result") self.model_path = self.test_files_out_path / "simplified_preprocess_result" shutil.copytree(self.test_files_path / "ROSL_ROSLU", self.test_files_out_path / "ROSL_ROSLU") self.ROSL_ROSLU_path = self.test_files_out_path / "ROSL_ROSLU" # Start JVM if jpype.isJVMStarted(): jpype.shutdownJVM() Loading Loading @@ -115,7 +112,7 @@ class PyThermoGIS(TestCase): input_params = {"hp_minimum_injection_temperature": 15, "return_temperature": 30, "surface_temperature": 10, "degrees_per_km": 31, "max_cooling_temperature_range": 100, "stimKhMax": 20, "use_stimulation": False, "use_heat_pump": False, "utc_cutoff_shallow": 5.1, "utc_cutoff_deep": 6.5, "utc_cutoff_depth": 4000.0} P_value = 90 P_value = 50 # Act # Read Input grids Loading