Skip to content

Commit 32a7866

Browse files
committed
Merge branch 'main' of github.com:JuliaImageRecon/AbstractImageReconstruction.jl
2 parents 1126c5e + 6bffca4 commit 32a7866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractImageReconstruction"
22
uuid = "a4b4fdbf-6459-4ec9-990d-77e1fa24a91b"
33
authors = ["nHackel <[email protected]> and contributors"]
4-
version = "0.5.2"
4+
version = "0.5.3"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

docs/src/literate/howto/caching.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ clear!(plan)
7171
toTOML(stdout, plan)
7272

7373
# Caches can also be resized. You can either set the maxsize property of the RecoPlan or use `resize!` on the `ProcessResultCache`. Resizing a cache affects all algorithms build from the same plan.
74-
setAll!(plan, maxsize, 0)
74+
setAll!(plan, :maxsize, 0)

0 commit comments

Comments
 (0)