Skip to content

Commit 6ea5a19

Browse files
committed
Delete unnecessary code block
1 parent 1eb4946 commit 6ea5a19

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

examples/image/train.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,6 @@
102102
transform = ment.sim.LinearTransform(matrix)
103103
transforms.append(transform)
104104

105-
diagnostics = []
106-
for transform in transforms:
107-
diagnostic = ment.diag.Histogram1D(
108-
axis=0,
109-
edges=grid_edges[0],
110-
thresh=0.0,
111-
)
112-
diagnostics.append([diagnostic])
113-
114105

115106
# Training data
116107
# --------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)