Can't seem to get reverse_diff working in Turing

I found that input_data has uninitialized variables in it. I’m not sure why it works with forward diff.

julia> input_data.y_synth
0×1 Array{Int64,2}

julia> input_data.X_synth
0×41 Array{Float64,2}

Is that expected?