Skip to content

Commit 28f2021

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d6ff591 commit 28f2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/schedulers/rectified_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ def step(
292292

293293
pred_post_sample = sample + v_pred * dt
294294
pred_original_sample = sample + v_pred * timestep/self.num_train_timesteps
295-
295+
296296
return pred_post_sample, pred_original_sample

0 commit comments

Comments
 (0)