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

parallel in crystal alignment #1725

Merged
merged 7 commits into from
Aug 7, 2024
Merged

Conversation

abuts
Copy link
Member

@abuts abuts commented Aug 5, 2024

The PR fixes Re #1721 by disabling parallel multifit in crytal_alignment. It also adds the test, which demonstrates that parallel multifit fails for crytal_alignment case.

assertEqualWithSave(obj,fitpar,'tol',1.e-3);
clear clOb;

skipTest('Re #1724 This fit fails and should be fixed as part of the ticket #1724')
Copy link
Collaborator

Choose a reason for hiding this comment

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

this suggests that the fix is going to be enabling parallel multifit. But the fix in this PR is to disable parallel multifit. At the least this message needs modifying

Copy link
Member Author

Choose a reason for hiding this comment

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

parallel multifit is disabled in crystal_alignment. This test shows that parallel multifit fails for a task, similar to crystal_aligmnent but not actually it. You may see that no crystal_alignment is invoked here.

@abuts abuts merged commit f252223 into master Aug 7, 2024
4 checks passed
@abuts abuts deleted the 1721_no_parallel_in_crystal_alignment branch August 7, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants