Add functionality for testing the scan planner on a given sample shape
This commit is contained in:
parent
a0b6dbdfce
commit
2ced848695
7 changed files with 217 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue