Skip to content

Replace INT and FLOAT with INT_DTYPE and FLOAT_DTYPE in array creation

Damar Wicaksono requested to merge dev-146 into dev

The code changes replace instances of the INT and FLOAT data types with INT_DTYPE and FLOAT_DTYPE during numpy array creation within the JIT-compiled functions.

This MR should resolve Issue #146 (closed).

Merge request reports

Loading