comparison TODO.md @ 967:84ca744f2f06

Remove completed TODO. Woho!
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 11:10:42 +0100
parents 1c3378b26466
children 997ea308aeca
comparison
equal deleted inserted replaced
956:acce83640536 967:84ca744f2f06
5 - [ ] Skriv tester 5 - [ ] Skriv tester
6 6
7 ## Coding 7 ## Coding
8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) 8 - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?)
9 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. 9 - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation.
10 - [ ] Add a quick and simple way of running all tests for all subpackages.
11 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) 10 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`)
12 - [ ] Use `@inferred` in a lot of tests. 11 - [ ] Use `@inferred` in a lot of tests.
13 - [ ] Make sure we are setting tolerances in tests in a consistent way 12 - [ ] Make sure we are setting tolerances in tests in a consistent way
14 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch 13 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch
15 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index 14 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index