From 629732533ce5497572c57e9bbd2b179982657a03 Mon Sep 17 00:00:00 2001 From: jdevine Date: Tue, 10 Aug 2021 18:48:26 +0200 Subject: [PATCH] More updates to unit tests --- cara/tests/test_known_quantities.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cara/tests/test_known_quantities.py b/cara/tests/test_known_quantities.py index 1556df75..c04b95cc 100644 --- a/cara/tests/test_known_quantities.py +++ b/cara/tests/test_known_quantities.py @@ -289,7 +289,7 @@ def build_hourly_dependent_model_multipleventilation(month, intervals_open=((7.5 @pytest.mark.parametrize( "month, temperatures", - data.Geneva_hourly_temperatures_celsius_per_hour.items(), + data.local_tempatures.items(), ) @pytest.mark.parametrize( "time", @@ -304,7 +304,7 @@ def test_concentrations_hourly_dep_temp_vs_constant(month, temperatures, time): @pytest.mark.parametrize( "month, temperatures", - data.Geneva_hourly_temperatures_celsius_per_hour.items(), + data.local_tempatures.items(), ) @pytest.mark.parametrize( "time", @@ -328,7 +328,7 @@ def test_concentrations_hourly_dep_multipleventilation(): @pytest.mark.parametrize( "month_temp_item", - data.Geneva_hourly_temperatures_celsius_per_hour.items(), + data.local_tempatures.items(), ) @pytest.mark.parametrize( "time",