proteneer / timemachine

Differentiate all the things!
Other
138 stars 17 forks source link

Switch to uint32 rather than int_ to avoid warning #1305

Closed badisa closed 3 months ago

badisa commented 3 months ago

When running the new HREX code in 32 bit (without enabling 64 bit for jax) there is a warning. This changes the zeros to uint32s to avoid the warning.