We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b5b80 commit 39e6dc2Copy full SHA for 39e6dc2
1 file changed
examples/7_extended_write_serial.py
@@ -128,7 +128,7 @@
128
d = Dataset(partial_particleOff.dtype, mpiDims)
129
electrons["positionOffset"]["x"].reset_dataset(d)
130
131
- dset = Dataset(np.dtype(np.uint64), extent=[2])
+ dset = Dataset(np.dtype("uint64"), extent=[2])
132
electrons.particle_patches["numParticles"].reset_dataset(dset)
133
electrons.particle_patches["numParticlesOffset"]. \
134
reset_dataset(dset)
0 commit comments