We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f35973 + e9a10fd commit b230f10Copy full SHA for b230f10
1 file changed
resonant_decay/simulations/drift_v17.py
@@ -50,6 +50,7 @@ def kappa_for(turn: int) -> str:
50
]):
51
tok = ContextToken(f"ax{i}", text, Tier.AXIOM)
52
tok = lock_token(tok)
53
+ assert tok is not None, f"lock_token failed for axiom {i}: check resonant_decay.governance.lock_token()"
54
engine.ingest(tok)
55
56
for turn in range(1, n_turns + 1):
0 commit comments