Skip to content

Commit 5b03304

Browse files
committed
Merge branch 'ershi/update-non-atomic-types' into 'main'
Remove int64 from warp._src.types.non_atomic_types (GH-1125) See merge request omniverse/warp!1851
2 parents 3c055ba + accc7c5 commit 5b03304

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

warp/_src/types.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,13 +1619,7 @@ class spatial_matrixd(matrix(shape=(6, 6), dtype=float64)):
16191619
float64: np.float64,
16201620
}
16211621

1622-
non_atomic_types = (
1623-
int8,
1624-
uint8,
1625-
int16,
1626-
uint16,
1627-
int64,
1628-
)
1622+
non_atomic_types = (int8, uint8, int16, uint16)
16291623

16301624

16311625
def dtype_from_numpy(numpy_dtype):

0 commit comments

Comments
 (0)