suspecting bug in automl py

KunHock Koo 0 Reputation points
2024-05-22T08:21:21.3533333+00:00

A trace down on an exception in azure notebook SKD 2 led to

File /anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/azure/ai/ml/entities/_job/pipeline/_io/mixin.py:415, in AutoMLNodeIOMixin.init(self, **kwargs)

412 def __init__(self, **kwargs):

413     # add a inputs field to align with other nodes

414     self.inputs = {}

--> 415 super(AutoMLNodeIOMixin, self).init(**kwargs)

416     if getattr(self, "outputs", None):

417         self._outputs = self._build_outputs_dict_without_meta(self.outputs or {})

TypeError: object.init() takes exactly one argument (the instance to initialize)

my query here:

Copilot suggested that line 415 could have a redundant "self" as parameter passing . Seem like the case ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,978 questions
0 comments No comments
{count} votes