Skip to content

Incorrect arguments to SHAWrapFedex init method #698

@krishnakanthnakka

Description

@krishnakanthnakka

It seems like the SHAWrapFedex missed to take client_cfgs. Please check.

The Line

elif init_cfg.hpo.scheduler.startswith('wrap', client_cfgs):

    elif init_cfg.hpo.scheduler.startswith('wrap', client_cfgs):
        scheduler = SHAWrapFedex(init_cfg)

perhaps to be changed to

    elif init_cfg.hpo.scheduler.startswith('wrap'):
        scheduler = SHAWrapFedex(init_cfg, client_cfgs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions