PSyclone icon indicating copy to clipboard operation
PSyclone copied to clipboard

line_length example is failing

Open hiker opened this issue 11 months ago • 2 comments

The CI test uses make, which works, but the instructions also state that you should be able to run runme.py, but that doesn't work anymore:

/psyclone/examples/line_length$ python ./runme.py 
Traceback (most recent call last):
  File "/home/joerg/work/psyclone/examples/line_length/./runme.py", line 7, in <module>
    ALG, PSY = generate(
TypeError: generate() got an unexpected keyword argument 'kernel_path'

hiker avatar Mar 19 '24 04:03 hiker