-
Notifications
You must be signed in to change notification settings - Fork 35
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
setindex! in TimestepArrays with Colon doesn't work #471
Comments
It appears that broadcasting I edited this after re-running the debugger. Stepping line by line did reveal that |
I believe the answer is here, though it's buried pretty deep... still looking. |
The magic sauce:
|
amazing! thank you! |
I think the following is an internal bug. We have implemented
setindex!
functions forTimestepArrays
withAnyIndex
(line 268 in "src/core/time.jl" for vectors), but it appears that function is not getting used in the following code, and the values fail to be set. (I haven't tried out the debugger yet to be able to step through and see what function is actually being called in the second line)The text was updated successfully, but these errors were encountered: