Skip to content

Commit 7c8a824

Browse files
committed
Formatting fixes - extra line at the end
Signed-off-by: btrentini <brunoxtrentini@gmail.com>
1 parent 746a16f commit 7c8a824

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sub-packages/bionemo-moco/src/bionemo/moco/schedules/inference_time_schedules.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,4 +611,5 @@ def generate_schedule(
611611
if self.direction == TimeDirection.DIFFUSION:
612612
schedule = 1.0 - schedule
613613

614-
return schedule
614+
return schedule
615+

0 commit comments

Comments
 (0)