Skip to content

Set data to NULL for Numpy ufuncs

Leo P. Singer requested to merge leo-singer/ligo.skymap:data-null into main

Numpy 1.23.0 and later accepts a NULL value for data in lieu of an array of NULL pointers.

Merge request reports