Skip to content

Commit c5491d4

Browse files
committed
fix: name of images
1 parent 5b7c649 commit c5491d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def setup_plot(self, cell=1, signal_name='Raw Signal', image_name='2D Image'):
7575

7676
# cell value must be odd number
7777
# subplot 22(1,2)
78-
rp.setup_plot(cell=1, signal_name='First Signal', image_name='2D image for first signal')
78+
rp.setup_plot(cell=1, signal_name='First Signal', image_name='2D image for first signal')
7979

8080
raw_signal = np.random.uniform(-1, 1, 50)
8181
convolved_signal = calculate_convolve(raw_signal)

0 commit comments

Comments
 (0)