Open matthewfeickert opened 5 months ago
This is an antipattern, by the way. The Python core devs specifically say it’s invalid to continue executing after an ImportError. (In the core.py podcast) — @henryiii
https://github.com/recast-hep/recast-atlas/blob/11af091e2d5651b33ba234e55e48cd322756597a/src/recastatlas/backends/__init__.py#L16-L43
So need to find a better way to discover what execution backends are available for use.
https://github.com/recast-hep/recast-atlas/blob/11af091e2d5651b33ba234e55e48cd322756597a/src/recastatlas/backends/__init__.py#L16-L43
So need to find a better way to discover what execution backends are available for use.