fix: Remove mode argument from WitnessingLayer constructor
WitnessingLayer takes: coherence_threshold, reflection_depth, integration_rate, meta_observation_weight Not mode - that's part of WitnessingMode enum used elsewhere.
This commit is contained in:
@@ -189,7 +189,6 @@ def init_engine(
|
|||||||
|
|
||||||
# Create witnessing layer
|
# Create witnessing layer
|
||||||
witnessing_layer = WitnessingLayer(
|
witnessing_layer = WitnessingLayer(
|
||||||
mode=WitnessingMode.INTEGRATE if witnessed_by_human else WitnessingMode.OBSERVE,
|
|
||||||
coherence_threshold=coherence_threshold,
|
coherence_threshold=coherence_threshold,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user