We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf44d2 commit 65a2ba9Copy full SHA for 65a2ba9
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.uint64, extent=[2])
+ dset = Dataset(np.dtype(np.uint64), extent=[2])
132
electrons.particle_patches["numParticles"].reset_dataset(dset)
133
electrons.particle_patches["numParticlesOffset"]. \
134
reset_dataset(dset)
0 commit comments