Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Fatal Unhandlen Exception with Ray Init Method

Open varuk opened this issue 3 years ago • 0 comments

Expected Behavior

Ray library works without breaking

Actual Behavior

calling ray.init() throws error

Reproducing the Problem

class Algo(QCAlgorithm): def Initialize(self): import ray ray.init()

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues
  • [x] I have provided detailed steps to reproduce the issue

varuk avatar May 13 '22 17:05 varuk