Initial commit: 2125_GCE project
This commit is contained in:
Regular → Executable
+4
-1
@@ -143,8 +143,11 @@ except Exception as e:
|
||||
# Test 8: Multi-glyph computation produces correct structure
|
||||
print("\n[TEST 8] Multi-glyph resonance computation structure")
|
||||
try:
|
||||
from glyphs.super_registry import list_super_ids
|
||||
|
||||
kernel = CognitiveKernel()
|
||||
glyph_ids = ["glyph://a", "glyph://b", "glyph://c"]
|
||||
ids = list_super_ids()
|
||||
glyph_ids = ids[:3]
|
||||
result = {}
|
||||
|
||||
multi_metrics = kernel.compute_multi_glyph_resonance(glyph_ids, result)
|
||||
|
||||
Reference in New Issue
Block a user