Skip to content

bug: typo "algorithms:conda" in cifar100/fci_ssl/fedavg/benchmarkingjob.yaml causes YAML parse error #517

Description

@rajdhruvsingh

Description

benchmarkingjob.yaml contains a typo "algorithms:conda" which
appears to be a leftover merge artifact. This causes a YAML
parse error, making the benchmark completely non-runnable.

Affected File

examples/cifar100/fci_ssl/fedavg/benchmarkingjob.yaml line 17

Evidence

algorithms:conda ← should be "algorithms:"

Fix

Remove "conda" from the line, leaving just "algorithms:"

Discovered Via

grep -rn "algorithms:conda" examples/

Metadata

Metadata

Assignees

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