feat: add subset sim probs command for bayes for subset simulation results
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-21 15:54:08 -05:00
parent 1a1ecc01ea
commit c881da2837
11 changed files with 565 additions and 121 deletions

View File

@@ -22,6 +22,7 @@ syrupy = "^4.0.8"
[tool.poetry.scripts]
probs = "deepdog.cli.probs:wrapped_main"
subset_sim_probs = "deepdog.cli.subset_sim_probs:wrapped_main"
[build-system]
requires = ["poetry-core>=1.0.0"]