From b4f7e29f753ef9a7c05ab753173524a229446b80 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 14 Apr 2025 12:30:26 +0000 Subject: [PATCH] added test to ensure price matrix doesn't get effected --- etl/surveyPrice/surveyPrice.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/etl/surveyPrice/surveyPrice.py b/etl/surveyPrice/surveyPrice.py index 5db58ed..0b8bef3 100644 --- a/etl/surveyPrice/surveyPrice.py +++ b/etl/surveyPrice/surveyPrice.py @@ -80,9 +80,6 @@ class SurveyPrice(): pricing_table = pd.DataFrame(pricing_table) return pricing_table - - - # TODO # Get it working for JJC first, with an idea to make it more diverse # Add some TDD to ensure JJC values are correct