Skip to content
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

Fix flaky FLUX LoRA unit test #6899

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

RyanJDick
Copy link
Collaborator

Summary

This PR attempts to fix a flaky FLUX LoRA unit test.
Example test failure: https://github.com/invoke-ai/InvokeAI/actions/runs/10958325913/job/30428299328?pr=6898

The failure seems to be caused by a numerical precision error, but I haven't been able to reproduce it locally. I have reduced the tolerance of the offending comparison, and am pretty confident that this will solve the issue.

QA Instructions

No QA necessary.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added the python-tests PRs that change python tests label Sep 20, 2024
@RyanJDick RyanJDick merged commit 668bf4d into main Sep 20, 2024
14 checks passed
@RyanJDick RyanJDick deleted the ryan/fix-flaky-flux-lora-test branch September 20, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python-tests PRs that change python tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants