Mercurial > repos > public > sbplib_julia
diff TODO.md @ 379:de4746d6d126
Add some notes and todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 30 Sep 2020 21:30:29 +0200 |
parents | 535f1bff4bcc |
children | 895ec483d741 1c41f4fd3e61 |
line wrap: on
line diff
--- a/TODO.md Wed Sep 30 21:25:50 2020 +0200 +++ b/TODO.md Wed Sep 30 21:30:29 2020 +0200 @@ -9,9 +9,13 @@ - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. - [ ] Add a quick and simple way of running all tests for all subpackages. + - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. + - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` + - [ ] Use `@inferred` in a lot of tests. -## Other +## Repo - [ ] Add Vidar to the authors list + - [ ] Rename repo to Sbplib.jl # Wrap up tasks - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen