Skip to content

Commit 14e0874

Browse files
authored
Remove zero-len arrays from test dataset (#1198)
1 parent 67fc2c6 commit 14e0874

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/datapipes/test_domino_datapipe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ def synthetic_domino_data(
126126
"stl_faces": faces.astype(np.int32).flatten(),
127127
"stl_centers": centroids.astype(np.float32),
128128
"stl_areas": areas.astype(np.float32),
129-
"air_density": np.float32(1.225), # Standard air density
130-
"stream_velocity": np.float32(10.0), # Some velocity value
131129
}
132130

133131
# Now, we will randomly sample for the surface and volume data.

0 commit comments

Comments
 (0)