Skip to content

Commit d027bca

Browse files
authored
Update randomizeop.py
1 parent 7d60b85 commit d027bca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kaleidoscope/operators/randomizeop.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ def run(self, source: Dataset) -> Dataset: # noqa: D102
136136
target[v] = DataArray(
137137
data=z, coords=x.coords, dims=x.dims, attrs=x.attrs
138138
)
139-
# target[v].attrs.pop("valid_min", None)
140-
# target[v].attrs.pop("valid_max", None)
141139
target[v].attrs["dtype"] = x.dtype
142140
target[v].attrs["actual_range"] = np.array(
143141
[

0 commit comments

Comments
 (0)