Skip to content

Commit 4bad7ea

Browse files
committed
fix: tests
1 parent 4c347a5 commit 4bad7ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ class SymbolConfigCallsFactory(ModelFactory[SymbolConfig.Calls]): ...
4141
class RegimeRebalanceConfigFactory(ModelFactory[RegimeRebalanceConfig]):
4242
soft_band = 0.10
4343
hard_band = 0.50
44-
flow_trade_min = 2000.0
45-
flow_trade_stop = 1000.0
44+
flow_trade_min = 0.025
45+
flow_trade_stop = 0.0125
4646
flow_imbalance_tau = 0.70
47-
deficit_rail_start = 5000.0
48-
deficit_rail_stop = 2500.0
47+
deficit_rail_start = 0.06
48+
deficit_rail_stop = 0.03
4949
ratio_gate = None
5050

5151

0 commit comments

Comments
 (0)