We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe6f2 commit 42273f3Copy full SHA for 42273f3
tests/test_time_t.py
@@ -23,7 +23,7 @@
23
ConditionalFlowMatcher(sigma=0.0),
24
ExactOptimalTransportConditionalFlowMatcher(sigma=0.0),
25
TargetConditionalFlowMatcher(sigma=0.0),
26
- SchrodingerBridgeConditionalFlowMatcher(sigma=0.0),
+ SchrodingerBridgeConditionalFlowMatcher(sigma=0.1),
27
VariancePreservingConditionalFlowMatcher(sigma=0.0),
28
],
29
)
@@ -46,7 +46,7 @@ def test_random_Tensor_t(FM):
46
"FM",
47
[
48
49
50
51
52
def test_guided_random_Tensor_t(FM):
0 commit comments