The error message is a bit confusing.
You have tf::Float64 = 100, but it should be tf::Float64 = 100.0.
The error message gives a clue in the last argument: late_time_value(::typeof(slope), ::Float64, ::Float64, ::Float64, ::Int64).
The error message is a bit confusing.
You have tf::Float64 = 100, but it should be tf::Float64 = 100.0.
The error message gives a clue in the last argument: late_time_value(::typeof(slope), ::Float64, ::Float64, ::Float64, ::Int64).