You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears this type will be passed around quite a bit, so why not decide on making it a concrete?
immutable MarketSignal <:AbstractTimeSeries# currently called AbstractTimeArray
timestamp::Vector{Date{ISOCalendar}}
values::BitVector
colnames::Vector{ASCIIString}end
The text was updated successfully, but these errors were encountered:
It appears this type will be passed around quite a bit, so why not decide on making it a concrete?
The text was updated successfully, but these errors were encountered: