-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapping time series does not work #459
Comments
Is this type piracy by overloading |
Is there anyone maintaining TimeSeries.jl? |
Hi @juliohm please try this map(ta) do t, v
t, v
end |
It shows the same error.
…On Mon, Jun 22, 2020, 02:26 Iblis Lin ***@***.***> wrote:
Hi @juliohm <https://github.com/juliohm>
please try this
map(ta) do t, v
t, v
end
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#459 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZQW3OYL5DKSH2G73MOCY3RX3TP3ANCNFSM4N2Y662Q>
.
|
We tested it on Julia v1.4. I can try reproduce the issue some other time
when I am back to that environment.
…On Mon, Jun 22, 2020, 08:22 Iblis Lin ***@***.***> wrote:
@juliohm <https://github.com/juliohm> which version of Julia do you have?
This tested them on Julia v1.4 and Julia v1.3.
You can consult the case cases of map as well:
https://github.com/JuliaStats/TimeSeries.jl/blob/ed0cd207d379fe7959a00e5772034fcaec4b5eb5/test/combine.jl#L246
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#459 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZQW3M6TW3CIWP6LSCVYO3RX45HVANCNFSM4N2Y662Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MWE:
The text was updated successfully, but these errors were encountered: