removed a bunch of stuff

Removed:
- Variationer
- FileConfiguration
- Scripts (slurm, ...)
- CLI
This commit is contained in:
Benoît Sierro
2023-07-24 08:23:04 +02:00
parent d6ba1bec7f
commit 57c593cf4f
16 changed files with 87 additions and 1355 deletions

View File

@@ -27,6 +27,7 @@ dependencies = [
[tool.ruff]
line-length = 100
ignore = ["E741"]
[tool.ruff.pydocstyle]
convention = "numpy"
@@ -34,3 +35,6 @@ convention = "numpy"
[tool.black]
line-length = 100
[tool.isort]
profile = "black"