Add Init to Spectrum Widget Folder #2443
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Closes #2442
Description
MI fails to start with the error message
ModuleNotFoundError: No module named 'mantidimaging.gui.widgets.spectrum_widgets'
Looks like an import error, where something is working fine from the source directory but not in the package.
After further investigation, A missing
__init__
seemed to be the culprit which has now been added tomantidimaging/gui/widgets/spectrum_widgets/
Testing
Describe the tests that were used to verify your changes.
build-conda-package
and install intomantidimaging-nightly
usingmamba install /home/sam/mambaforge/envs/build-env/conda-bld/linux-64/mantidimaging-2.9.0a1.post402-py312_1.tar.bz2
Acceptance Criteria
Mi can build successfully without returning a
ModuleNotFoundError
errorDocumentation
How have you changed the documentation to reflect your changes? All changes should be noted in the appropriate file in docs/release_notes
NA - This is a flash PR and does not change MI in any significant way.