Skip to content

Commit

Permalink
Update example_include_data.jl to hide output
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel authored Dec 11, 2024
1 parent 89e3472 commit 78f8336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate/example/example_include_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ angles, shape, sinograms, images = isDataDefined ? (angles, shape, sinograms, im
sinograms[:, :, :, i] = Array(RadonKA.radon(images[:, :, :, i], angles))
end
return angles, shape, sinograms, images
end
end;

0 comments on commit 78f8336

Please sign in to comment.