Coverage for biobb_pytorch/mdae/LRP.py: 0%
1 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-23 10:55 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-23 10:55 +0000
1"""Compatibility shim for legacy imports.
3Allows importing ``biobb_pytorch.mdae.LRP`` while the implementation
4lives in ``biobb_pytorch.mdae.explainability.LRP``.
5"""
7from .explainability.LRP import LRP, relevance_propagation, main