diff TODO.md @ 968:997ea308aeca feature/laplace_opset

Merge with default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 15:53:11 +0100
parents 365bc4e2a6a2 84ca744f2f06
children f885e1de6dc4 1ba8a398af9c 99d1f5651d0b
line wrap: on
line diff
--- a/TODO.md	Mon Mar 14 10:51:15 2022 +0100
+++ b/TODO.md	Mon Mar 14 15:53:11 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