Mercurial > repos > public > sbplib_julia
changeset 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 | acce83640536 |
children | 997ea308aeca a52bd2f1126c 803f60f461c1 |
files | TODO.md |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO.md Mon Mar 14 08:37:28 2022 +0100 +++ b/TODO.md Mon Mar 14 11:10:42 2022 +0100 @@ -7,7 +7,6 @@ ## Coding - [ ] Add new Laplace operator to DiffOps, probably named WaveEqOp(?!!?) - [ ] 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 flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) - [ ] Use `@inferred` in a lot of tests. - [ ] Make sure we are setting tolerances in tests in a consistent way