Issue: ```julia a = sol[[begin,end], 1] ``` works. But this ```julia a = view(sol, [begin,end], 1) ``` does not.