chore: remove internal framework references

This commit is contained in:
Salka Elmadani 2026-02-25 03:46:14 +00:00
parent 2f7ff5a52e
commit 58cada4a9a

View File

@ -246,8 +246,8 @@ def purify_model(organ_dir, output_dir, verbose=False):
if manifest_src.exists(): if manifest_src.exists():
manifest = json.load(open(manifest_src)) manifest = json.load(open(manifest_src))
manifest['purified'] = True manifest['purified'] = True
manifest['purifier'] = 'fractal_v2' manifest['purifier'] = 'purify_v2'
manifest['z_equation'] = 'CSCI(s) = cross_scale_coherence(s, theta=90), theta=90' manifest['coherence_score'] = 'cross_scale_coherence(s)'
# Remove brand from model name # Remove brand from model name
original_name = manifest.get('model', 'unknown') original_name = manifest.get('model', 'unknown')
manifest['original_model'] = original_name manifest['original_model'] = original_name