Skip to content
Snippets Groups Projects
Verified Commit cfd41af8 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(zema_dataset): after refactoring introduce another ignore import

parent e7c537cd
Branches
No related tags found
No related merge requests found
Pipeline #16363 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
__all__ = ["convert_zema_std_uncertainties_into_synthetic_full_cov_matrices"] __all__ = ["convert_zema_std_uncertainties_into_synthetic_full_cov_matrices"]
import torch import torch
from zema_emc_annotated.data_types import SampleSize from zema_emc_annotated.data_types import SampleSize # type: ignore[import]
from zema_emc_annotated.dataset import ZeMASamples # type: ignore[import] from zema_emc_annotated.dataset import ZeMASamples # type: ignore[import]
from pytorch_gum_uncertainty_propagation.uncertainties import ( from pytorch_gum_uncertainty_propagation.uncertainties import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment