Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Add raise statement before ValueError#3530

Open
daniel-s-ingram wants to merge 1 commit intomicrosoft:masterfrom
daniel-s-ingram:master
Open

Add raise statement before ValueError#3530
daniel-s-ingram wants to merge 1 commit intomicrosoft:masterfrom
daniel-s-ingram:master

Conversation

@daniel-s-ingram
Copy link

No description provided.

config[0] = cb
else:
ValueError('callbacks list can only contain objects of type ProgressWriter, CheckpointConfig, CrossValidationConfig, and TestConfig.')
raise ValueError('callbacks list can only contain objects of type ProgressWriter, CheckpointConfig, CrossValidationConfig, and TestConfig.')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a benefit?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants