Skip to content

Commit c4fa48d

Browse files
committed
Small bug fix
1 parent d7bfecb commit c4fa48d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

derotation/simulate/synthetic_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def __init__(self):
376376
:: rotated_stack_incremental.shape[1]
377377
][: rotated_stack_incremental.shape[0]]
378378
self.num_frames = rotated_stack_incremental.shape[0]
379+
self.num_lines_per_frame = rotated_stack_incremental.shape[1]
379380

380381
self.debugging_plots = make_plots
381382
self.debug_plots_folder = Path("debug/")

0 commit comments

Comments
 (0)