Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Float index is not allowed #4

Open
aiskhak opened this issue Oct 2, 2020 · 0 comments
Open

Float index is not allowed #4

aiskhak opened this issue Oct 2, 2020 · 0 comments

Comments

@aiskhak
Copy link

aiskhak commented Oct 2, 2020

Hi,

Just a short notice: dataManager.py, Line 72:
mydict.update({'idxmask': np.array([])}) makes idmask float which is not allowed to be used as an array index. Should be:
mydict.update({'idxmask': np.array([], dtype=np.int32)})

Regards,
Arsen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant