File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
4545def test_clicking_final_rebin_button_updates_reduction_table (qtbot ):
You can’t perform that action at this time.
0 commit comments