Skip to content

Commit

Permalink
feat(layer_set): remove dynamic typecheck, allowing more powerful rea…
Browse files Browse the repository at this point in the history
…d_procs in cuelang
  • Loading branch information
nkemnitz committed Dec 20, 2024
1 parent eef1138 commit 559ba8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zetta_utils/layer/volumetric/layer_set/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import attrs
import torch
from numpy import typing as npt
from typeguard import typechecked

from ... import DataProcessor, IndexProcessor, JointIndexDataProcessor, Layer
from .. import UserVolumetricIndex, VolumetricFrontend, VolumetricIndex
Expand All @@ -21,7 +20,6 @@
]


@typechecked
@attrs.frozen
class VolumetricLayerSet(
Layer[VolumetricIndex, dict[str, npt.NDArray], Mapping[str, npt.NDArray | torch.Tensor]]
Expand Down

0 comments on commit 559ba8c

Please sign in to comment.