We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fc2c6 commit 14e0874Copy full SHA for 14e0874
test/datapipes/test_domino_datapipe.py
@@ -126,8 +126,6 @@ def synthetic_domino_data(
126
"stl_faces": faces.astype(np.int32).flatten(),
127
"stl_centers": centroids.astype(np.float32),
128
"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
131
}
132
133
# Now, we will randomly sample for the surface and volume data.
0 commit comments