Add functionality for testing the scan planner on a given sample shape

This commit is contained in:
Julian Stirling 2025-04-13 18:01:06 +01:00
parent a0b6dbdfce
commit 2ced848695
7 changed files with 217 additions and 2 deletions

View file

@ -35,6 +35,7 @@ dev = [
"mypy-gitlab-code-quality",
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
"pytest",
"matplotlib~=3.10"
]
pi = [
"labthings-picamera2 == 0.0.2-dev0",
@ -81,6 +82,8 @@ addopts = [
norecursedirs = [".git", "build", "node_modules"]
pythonpath = ["."]
[tool.ruff.format]
# Use native line endings for all files
line-ending = "native"