Skip to content

Commit 40971d2

Browse files
committed
address review comments
1 parent e3b0178 commit 40971d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/quicknxs/ui/ui_main_window.ui

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,7 @@
430430
<string>Enable final rebin with the given Q-step for all runs.</string>
431431
</property>
432432
<property name="text">
433-
<string>Enable final rebin</string>
434-
</property>
435-
<property name="checked">
436-
<bool>true</bool>
433+
<string>Enable final rebin for runs</string>
437434
</property>
438435
<property name="font">
439436
<font>

test/ui/test_final_rebin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_enabling_final_rebin_checkbox_updates_reduction_table_row(qtbot):
3939
# Disable run final rebin for the active run
4040
main_window.ui.final_rebin_checkbox_run.setChecked(False)
4141
assert main_window.ui.reductionTable.item(0, 13).text() == ""
42-
assert main_window.ui.reductionTable.item(0, 13).text() == ""
42+
assert main_window.ui.reductionTable.item(1, 13).text() == ""
4343

4444

4545
def test_clicking_final_rebin_button_updates_reduction_table(qtbot):

0 commit comments

Comments
 (0)