From ad1d8c6e58ff160fd8ec18ed16d3e71538dce959 Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Tue, 3 Feb 2026 22:38:15 +0100 Subject: [PATCH] all plots offline update --- 04_PPTX_Update_Images.py | 4 ++-- run_filter_combinations.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/04_PPTX_Update_Images.py b/04_PPTX_Update_Images.py index 2ea79f7..dc290cd 100644 --- a/04_PPTX_Update_Images.py +++ b/04_PPTX_Update_Images.py @@ -26,7 +26,7 @@ def _(): @app.cell def _(): - TAG_SOURCE = Path('data/reports/Perception-Research-Report_3-2-26_20-00.pptx') + TAG_SOURCE = Path('/home/luigi/Documents/VoiceBranding/JPMC/Phase-3/data/reports/VOICE_Perception-Research-Report_3-2-26.pptx') # TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx') TAG_IMAGE_DIR = Path('figures/debug') return TAG_IMAGE_DIR, TAG_SOURCE @@ -52,7 +52,7 @@ def _(): @app.cell def _(): - REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_3-2-26_20-00.pptx') + REPLACE_SOURCE = Path('/home/luigi/Documents/VoiceBranding/JPMC/Phase-3/data/reports/VOICE_Perception-Research-Report_3-2-26.pptx') # REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2_updated.pptx') NEW_IMAGES_DIR = Path('figures/debug') diff --git a/run_filter_combinations.py b/run_filter_combinations.py index 9c20943..55b7d93 100644 --- a/run_filter_combinations.py +++ b/run_filter_combinations.py @@ -231,7 +231,7 @@ def main(): parser.add_argument( '--category', choices=['all_filters', 'all', 'age', 'gender', 'ethnicity', 'income', 'consumer', 'business_owner', 'ai_user', 'investable_assets', 'industry'], - default=['all_filters'], + default='all_filters', help='Filter category to run combinations for (default: all_filters)' ) args = parser.parse_args()