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

Bug fixes for 0.20.0 #75

Merged
merged 3 commits into from
Sep 26, 2023
Merged

Conversation

tsalemink
Copy link
Contributor

This PR addresses bugs related to the Plugin Finder tool introduced in this PR.

Since the original PR was submitted prior to the migration to PySide6, I have had to make some changes to the tool to upgrade it from PySide2.

Some changes have also been made to the MAPPlugin class utilised by the Plugin Finder tool. The MAPPlugin class was originally created to mimic the WorkflowStepMountPoint, which would allow us to use the existing addStep function to add "plugin-like" objects to the Plugin Finder GUI. Since there have been updates to the WorkflowStepMountPoint and the addStep method since the PR was submitted, changes are now required to maintain the existing functionality. Obviously this current implementation isn't very robust. When I get a chance I will look at updating the way the Plugin Finder populates the QListView so that it doesn't rely on the addStep method.

The MAPPlugin class was originally created to mimic the WorkflowStepMountPoint which would allow us to use the existing addStep function to add "plugin-like" objects to the Plugin Finder GUI. Since there have been updates to the WorkflowStepMountPoint and the addStep method since the PR was submitted, these changes are required to maintain the existing functionality.

Obviously this current implementation isn't very robust. When I get a chance I will look at updating the way the Plugin Finder populates the QListView so that it doesn't rely on the addStep method.
src/setup.py Show resolved Hide resolved
@hsorby hsorby merged commit b78c18f into MusculoskeletalAtlasProject:main Sep 26, 2023
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.

2 participants