I can access times within a PompObject, but the times helper function throws an error e.g. if I pass times as a Vector{Float64}, I get
ERROR: MethodError: objects of type Vector{Float64} are not callable
Use square brackets [] for indexing an Array.
The object of type `Vector{Float64}` exists, but no method is defined for this combination of argument types when trying to treat it as a callable object.
I can access
timeswithin a PompObject, but thetimeshelper function throws an error e.g. if I pass times as aVector{Float64}, I get