Skip to content

Commit 8df8dbd

Browse files
committed
style fix
1 parent 0d7f68f commit 8df8dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/schedulers/scheduling_rectified_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ class FlaxRectifiedFlowSchedulerOutput(FlaxSchedulerOutput):
167167

168168

169169
class FlaxRectifiedFlowMultistepScheduler(FlaxSchedulerMixin, ConfigMixin):
170-
'''
170+
"""
171171
Note: shifting and stochastic sampling not tested
172-
'''
172+
"""
173173

174174
dtype: jnp.dtype
175175
order = 1

0 commit comments

Comments
 (0)