MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_initial_weights

Function test_initial_weights

tests/test_learning_weights.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def test_initial_weights():
5 tracker = SignalWeightTracker(initial_weights=[0.45, 0.20, 0.35])
6 assert tracker.weights == [0.45, 0.20, 0.35]
7
8
9def test_correct_signal_weight_increases():

Callers

nothing calls this directly

Calls 1

SignalWeightTrackerClass · 0.90

Tested by

no test coverage detected