Instrumented version - to look at timings

Including:
- replacing guassian with simpler triangle distribution
- Timing calculations -resulting in using only 50 points.
- Changes (which may need to be reconsidered) for optimization. These are likely to be simplified back.
This commit is contained in:
Danny Staple
2022-12-11 20:44:50 +00:00
parent 46daf66024
commit f57add5106
12 changed files with 534 additions and 104 deletions
@@ -11,6 +11,7 @@ python = "^3.9"
matplotlib = "3.6.1"
numpy = "1.23.4"
bleak = "0.19.0"
msgpack = "^1.0.4"
[tool.poetry.group.dev.dependencies]