pints icon indicating copy to clipboard operation
pints copied to clipboard

Updates for numpy 2 compatibility

Open MichaelClerx opened this issue 1 year ago • 3 comments

  1. Not many changes in PINTS luckily, just replacing a np.array(x, copy=False) with np.asarray(x)
  2. Remaining errors are in pycma. These are already fixed in development but we'll need to wait for a new release.

MichaelClerx avatar Jun 17 '24 19:06 MichaelClerx