Skip to content

Test timesteps in PipelineTesterMixin #10113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

hlky
Copy link
Contributor

@hlky hlky commented Dec 4, 2024

What does this PR do?

Companion to #10101. Adds test_timesteps to PipelineTesterMixin, some pipelines already test timesteps, useful to test all of them, for example this could have caught #10080 by raising that timesteps isn't supported by the scheduler then it might have been noticed that sigmas was unsupported in the pipeline.

As expected this test reveals pipelines that are not working with timesteps argument. This PR is created so everyone can refer to test results for the list of affected pipelines, as such this PR should not be merged in its current state, we will investigate each pipeline to determine the appropriate course of action (removing the unsupported argument, fixing an error, etc.)

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@hlky hlky added the wip label Dec 4, 2024
@DN6
Copy link
Collaborator

DN6 commented Dec 5, 2024

Looks good. But I think we would have to adjust based on the scheduler (think you mentioned this already in #10101)

@hlky hlky mentioned this pull request Dec 17, 2024
@hlky hlky closed this Apr 15, 2025
@hlky hlky deleted the test-pipeline-timesteps branch April 15, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants