Files
deepdog/deepdog/cli/subset_sim_probs/__init__.py
Deepak Mallubhotla c881da2837
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit
feat: add subset sim probs command for bayes for subset simulation results
2024-05-21 15:54:08 -05:00

6 lines
91 B
Python

from deepdog.cli.subset_sim_probs.main import wrapped_main
__all__ = [
"wrapped_main",
]