deprecate the use of `context()`
The following discussion from !577 (merged) should be addressed:
-
@graven started a discussion: (+1 comment)
Can we please try to get rid of (at least)
context()
(or at the very least deprecate it)? It is not used that often anymore... And it could (and thus should!) be replaced by pure python-level configuration instead, removing the horrible heuristic from the C++ code...(and I hope someone has a good idea how to (eventually) get rid of
RootInTES()
... )