From 255d801a8030f6bb68df81f8f444589b135f1517 Mon Sep 17 00:00:00 2001 From: GassiGiuseppe Date: Sun, 5 Oct 2025 14:56:33 +0200 Subject: [PATCH] updated the mask rdf_mask_task. however since the model will build the mask itself, it is deprecated --- Scripts/DataCleaning/data_output_models/rdf_mask_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/DataCleaning/data_output_models/rdf_mask_task.py b/Scripts/DataCleaning/data_output_models/rdf_mask_task.py index 01b943d..f9debc8 100644 --- a/Scripts/DataCleaning/data_output_models/rdf_mask_task.py +++ b/Scripts/DataCleaning/data_output_models/rdf_mask_task.py @@ -1,7 +1,7 @@ import pandas as pd # do not worry about circular dependencies, this class will never call something else -from Scripts.DataCleaning.filter import PipelineApplier +from Scripts.DataCleaning.legacy.filter import PipelineApplier class RDF_mask_task_dataset(): """