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
0ad37fa0
Commit
0ad37fa0
authored
Sep 08, 2021
by
Stephen Smith
Browse files
Fix issue calling non existent method in phasequad
parent
596f37f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Muon/GUI/Common/phase_table_widget/phase_table_presenter.py
View file @
0ad37fa0
...
...
@@ -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