From 0d9713b9645cc04ac2fabfec324ded9405fe9f4b Mon Sep 17 00:00:00 2001 From: bikegeek Date: Thu, 27 Jun 2024 12:20:10 -0600 Subject: [PATCH] skip tests for val1l2 and vcnt until new data is being used --- test/test_agg_stat.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_agg_stat.py b/test/test_agg_stat.py index 0ffde933..4488a96a 100644 --- a/test/test_agg_stat.py +++ b/test/test_agg_stat.py @@ -1,6 +1,7 @@ import os import pandas as pd import yaml +import pytest from metcalcpy.util.utils import get_met_version @@ -50,6 +51,7 @@ def aggregate(parms): agg_stat_obj.calculate_stats_and_ci() +@pytest.mark.skip('Not yet updated with new data') def test_val1l2(): ''' Compare MET stat_analysis tool output with @@ -182,6 +184,7 @@ def test_vl1l2(): cleanup(output_file) cleanup(lc_df_name) +@pytest.mark.skip('Not yet updated with new data') def test_vcnt(): ''' Compare MET stat_analysis tool output with