comparison TODO.md @ 447:27e0e256e5d9 feature/inflated_tensormapping

Merge in feature/lazy_identity
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 19 Oct 2020 20:59:08 +0200
parents 1c41f4fd3e61
children 7e698030c170
comparison
equal deleted inserted replaced
446:904aae1899df 447:27e0e256e5d9
8 - [ ] Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?) 8 - [ ] Add new Laplace opertor to DiffOps, probably named WaveEqOp(?!!?)
9 - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators 9 - [ ] Add 1D operators (D1, D2, e, d ... ) as TensorOperators
10 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. 10 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation.
11 - [ ] Add a quick and simple way of running all tests for all subpackages. 11 - [ ] Add a quick and simple way of running all tests for all subpackages.
12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple.
13 - [ ] 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}` 13 - [ ] 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}` or probably better `I::Vararg{Any,R}`
14 - [ ] Use `@inferred` in a lot of tests. 14 - [ ] Use `@inferred` in a lot of tests.
15 - [ ] Make sure we are setting tolerances in tests in a consistent way
15 16
16 ## Repo 17 ## Repo
17 - [ ] Add Vidar to the authors list 18 - [ ] Add Vidar to the authors list
18 - [ ] Rename repo to Sbplib.jl 19 - [ ] Rename repo to Sbplib.jl
19 20