Skip to content

Commit 78f8336

Browse files
authored
Update example_include_data.jl to hide output
1 parent 89e3472 commit 78f8336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/literate/example/example_include_data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ angles, shape, sinograms, images = isDataDefined ? (angles, shape, sinograms, im
3131
sinograms[:, :, :, i] = Array(RadonKA.radon(images[:, :, :, i], angles))
3232
end
3333
return angles, shape, sinograms, images
34-
end
34+
end;

0 commit comments

Comments
 (0)