TNO Intern

Commit 37a501b9 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Ensuring that the pyThermoGIS Doublet benchmarks can be reproduced when using...

Ensuring that the pyThermoGIS Doublet benchmarks can be reproduced when using the intended methodology
parent ff720aa9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@ class UTCBuilder(TestCase):
        # If test reaches here, then parsing of xml's worked, check that the scenarios actually run on a set of test data:
        [self.run_scenario(utc_property) for utc_property in utc_properties]

    def test_parse_example_utc(self):
        ga4a_properties = instantiate_utc_properties_from_xml(self.scenarios_file_path / "ga4a_directheat_new_config.xml")
        ga4a_properties.printProperties()


    def run_scenario(self, utc_properties):
        input_data = xr.Dataset({
            "thickness_mean": ((), 300),