I tried to create a RectangleGrid(t,p), where t is a Date, p is a float with no luck, I got error "ERROR: MethodError: Cannot convert an object of type Date to an object of type Float64". Is there way to resolve it?
I tried to redefine RectangleGrid struct, but I also failed with it at the moment.
I tried to create a
RectangleGrid(t,p), where t is a Date, p is a float with no luck, I got error "ERROR: MethodError: Cannotconvertan object of type Date to an object of type Float64". Is there way to resolve it?I tried to redefine RectangleGrid struct, but I also failed with it at the moment.