Skip to content

Commit 89ce8f5

Browse files
committed
fix docs
1 parent 42e9a63 commit 89ce8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/02_posterior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ First lets load up some simulated data. The function `load_sim` handles construc
104104
T = Float64,
105105
pol = :P,
106106
μKarcminT = 1,
107-
L = LenseFlow{RK4Solver{10}},
107+
L = LenseFlow(10),
108108
seed = 0,
109109
pixel_mask_kwargs = (edge_padding_deg=1, apodization_deg=0, num_ptsrcs=0),
110110
bandpass_mask = LowPass(5000)

0 commit comments

Comments
 (0)