When using newer versions of `numpy`, we get the following error: ``` ValueError: assignment destination is read-only ``` This is because of two calls to `np.asarray`, that should be instead pointing to `np.array`, as the former is returned as read-only.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by leblancfg and has received 1 comments.