How to pass in a function as an argument to a function?

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).

2 Likes