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

Move the ISIS SANS Interface Out of the Framework. #38047

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cailafinn
Copy link
Contributor

Description of work

Summary of work

Moves the main content of the ISIS SANS GUI out of the framework and into the mantidqtinterfaces package. This removes a lot of modules that cannot be run being available in the mantid package where Qt is not available.

Fixes #37952

Further detail of work

The move required some changes to the packages, as there was code in the gui_logic that was relied upon by other elements in the sans reduction package. This should now be fixed so the imports only occur one-way.

To test:

  1. Open the ISIS SANS Interface.
  2. Load the user file and batch file from the loqdemo in the training course data.
  3. Process All
  4. Ensure the reduction completes successfully.

Reviewer

Please comment on the points listed below (full description).
Your comments will be used as part of the gatekeeper process, so please comment clearly on what you have checked during your review. If changes are made to the PR during the review process then your final comment will be the most important for gatekeepers. In this comment you should make it clear why any earlier review is still valid, or confirm that all requested changes have been addressed.

Code Review

  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards?
  • Are the unit tests small and test the class in isolation?
  • If there is GUI work does it follow the GUI standards?
  • If there are changes in the release notes then do they describe the changes appropriately?
  • Do the release notes conform to the release notes guide?

Functional Tests

  • Do changes function as described? Add comments below that describe the tests performed?
  • Do the changes handle unexpected situations, e.g. bad input?
  • Has the relevant (user and developer) documentation been added/updated?

Does everything look good? Mark the review as Approve. A member of @mantidproject/gatekeepers will take care of it.

Gatekeeper

If you need to request changes to a PR then please add a comment and set the review status to "Request changes". This will stop the PR from showing up in the list for other gatekeepers.

@cailafinn cailafinn added SANS Issues and pull requests related to SANS Maintenance Unassigned issues to be addressed in the next maintenance period. Framework Issues and pull requests related to components in the Framework GUI Issues and pull requests specific to the Mantid Workbench GUI. ISIS Team: LSS Issue and pull requests managed by the LSS subteam at ISIS labels Sep 20, 2024
@cailafinn cailafinn added this to the Release 6.12 milestone Sep 20, 2024
@github-actions github-actions bot added the Has Conflicts Used by the bot to label pull requests that have conflicts label Sep 26, 2024
Copy link

👋 Hi, @cailafinn,

Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

There's not really any point in having SANS.sans everywhere.

RE mantidproject#37952
The models test directory has been renamed to model_tests. This
resulted in PyCharm being a little overzelous with what should be
updated after this name change.

RE mantidproject#37952
@cailafinn cailafinn removed the Has Conflicts Used by the bot to label pull requests that have conflicts label Sep 26, 2024
@cailafinn cailafinn force-pushed the 37952_move_sans_gui branch 2 times, most recently from 0dae6eb to 121a834 Compare September 27, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework GUI Issues and pull requests specific to the Mantid Workbench GUI. ISIS Team: LSS Issue and pull requests managed by the LSS subteam at ISIS Maintenance Unassigned issues to be addressed in the next maintenance period. SANS Issues and pull requests related to SANS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The SANS GUI is in the Framework
1 participant