pyPESTO
pyPESTO copied to clipboard
Importing pypesto.sample imports tons of packages
... do we really want/need that?
https://github.com/ICB-DCM/pyPESTO/blob/a4ce1d219774b265b9825eca827e7e18d57f37ef/pypesto/sample/init.py#L9-L18
(with all their dependencies)
we could write something like decorators above usages of certain samplers? If that sounds about right then I would do it.
Not sure I get what you mean. I'd just not import all samplers here, as in most cases, users will use only one of those.