py> ary[:3] = flex.float([41, 42, 43])
---------------------------------------------------------------------------
ArgumentError Traceback (most recent call last)
/usr/local/cctbx/cctbx_sources/mmtbx/dynamics/<ipython-input-13-5ce3d648bc6f> in <module>()
----> 1 ary[:3] = flex.float([41, 42, 43])
ArgumentError: Python argument types in
float.__setitem__(float, slice, float)
did not match C++ signature:
__setitem__(scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue}, scitbx::af::small<long, 10ul>, float)
__setitem__(scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue}, long, float)