Cleaned up old reflex files/legacy code etc

This commit is contained in:
Andrew Charlwood
2026-02-10 16:27:36 +00:00
parent a496c01eb4
commit b9fe89a4ee
10 changed files with 86 additions and 67 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ test = [
]
[tool.pytest.ini_options]
pythonpath = ["src"]
pythonpath = ["."]
testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
@@ -43,7 +43,7 @@ markers = [
]
[tool.coverage.run]
source = ["src/core", "src/data_processing", "src/analysis", "src/visualization"]
source = ["core", "data_processing", "analysis", "visualization"]
branch = true
omit = [
"*/tests/*",