Skip to content

Commit 42273f3

Browse files
committed
corrects SB test t bug
1 parent d3fe6f2 commit 42273f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_time_t.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ConditionalFlowMatcher(sigma=0.0),
2424
ExactOptimalTransportConditionalFlowMatcher(sigma=0.0),
2525
TargetConditionalFlowMatcher(sigma=0.0),
26-
SchrodingerBridgeConditionalFlowMatcher(sigma=0.0),
26+
SchrodingerBridgeConditionalFlowMatcher(sigma=0.1),
2727
VariancePreservingConditionalFlowMatcher(sigma=0.0),
2828
],
2929
)
@@ -46,7 +46,7 @@ def test_random_Tensor_t(FM):
4646
"FM",
4747
[
4848
ExactOptimalTransportConditionalFlowMatcher(sigma=0.0),
49-
SchrodingerBridgeConditionalFlowMatcher(sigma=0.0),
49+
SchrodingerBridgeConditionalFlowMatcher(sigma=0.1),
5050
],
5151
)
5252
def test_guided_random_Tensor_t(FM):

0 commit comments

Comments
 (0)