Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list indices must be integers or slices, not float #23

Open
MJChku opened this issue Jan 19, 2022 · 0 comments
Open

list indices must be integers or slices, not float #23

MJChku opened this issue Jan 19, 2022 · 0 comments

Comments

@MJChku
Copy link

MJChku commented Jan 19, 2022

I have a simple for loop to parallelize, but it doesn't work;

@parallel()
def foo():
    a = list(range(10))
    for i in range(10):
        a[i] = 5 
    return a

raise error :

pycompss.util.translators.py2scop.translator_py2scop.Py2ScopException: Exception on Py2Scop.translate method.
Message: ERROR: Cannot generate SCOPs from ForBlocks
Nested Exception: list indices must be integers or slices, not float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant