Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
5a759416
Unverified
Commit
5a759416
authored
Sep 08, 2021
by
Gigg, Martyn Anthony
Committed by
GitHub
Sep 08, 2021
Browse files
Merge pull request #32415 from mantidproject/32402_phasequad_crash
Fix issue calling non existent method in phasequad (Muon Analysis)
parents
53f50166
0ad37fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Muon/GUI/Common/phase_table_widget/phase_table_presenter.py
View file @
5a759416
...
...
@@ -236,7 +236,7 @@ class PhaseTablePresenter(object):
# Update the table stored in each phasequad
self
.
context
.
group_pair_context
.
update_phase_tables
(
new_table
)
self
.
context
.
calculate_all_pair
s
()
# Updates phasequads
self
.
context
.
update_phasequad
s
()
# Updates phasequads
self
.
calculation_finished_notifier
.
notify_subscribers
()
self
.
view
.
enable_widget
()
self
.
enable_editing_notifier
.
notify_subscribers
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment