From 58cada4a9a3fc64e5d76f21b294813ece5fdd66e Mon Sep 17 00:00:00 2001 From: Salka Elmadani Date: Wed, 25 Feb 2026 03:46:14 +0000 Subject: [PATCH] chore: remove internal framework references --- organ_purify_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/organ_purify_v2.py b/organ_purify_v2.py index 67e8edc..fd190c1 100755 --- a/organ_purify_v2.py +++ b/organ_purify_v2.py @@ -246,8 +246,8 @@ def purify_model(organ_dir, output_dir, verbose=False): if manifest_src.exists(): manifest = json.load(open(manifest_src)) manifest['purified'] = True - manifest['purifier'] = 'fractal_v2' - manifest['z_equation'] = 'CSCI(s) = cross_scale_coherence(s, theta=90), theta=90' + manifest['purifier'] = 'purify_v2' + manifest['coherence_score'] = 'cross_scale_coherence(s)' # Remove brand from model name original_name = manifest.get('model', 'unknown') manifest['original_model'] = original_name