GUI: bug in creating manual sample where run number couldn't be -1. May need fixing later.!

This commit is contained in:
appleb_m
2025-12-10 13:20:05 +01:00
parent 864f7aa005
commit 22a64cd6a3
@@ -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,