GUI: bug in creating manual sample where run number couldn't be -1. May need fixing later.!
This commit is contained in:
@@ -112,7 +112,7 @@ class ManualSamplePanel(QWidget):
|
||||
puck_name="",
|
||||
dewar_name="",
|
||||
sample_name=self.__sample_name,
|
||||
run_number=-1,
|
||||
run_number=1, #can't be -1. So have defaulted to 1 for now.
|
||||
pin=1,
|
||||
aaredb_params=data_processing,
|
||||
user=self.__pgroup,
|
||||
|
||||
Reference in New Issue
Block a user