File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6565 " pbox = wfw.parameter_box\n " ,
6666 " pbox.parameter_refresh_button.click()\n " ,
6767 " # Set parameters\n " ,
68- " pbox._input_widgets[Filename[SampleRun]].children[0].value = dream.data.simulated_diamond_sample()\n " ,
69- " pbox._input_widgets[Filename[VanadiumRun]].children[0].value = dream.data.simulated_vanadium_sample()\n " ,
68+ " pbox._input_widgets[Filename[SampleRun]].children[0].value = str( dream.data.simulated_diamond_sample() )\n " ,
69+ " pbox._input_widgets[Filename[VanadiumRun]].children[0].value = str( dream.data.simulated_vanadium_sample() )\n " ,
7070 " pbox._input_widgets[InstrumentConfiguration].value = InstrumentConfiguration.high_flux\n " ,
7171 " pbox._input_widgets[DspacingBins].fields[\" stop\" ].value = 2.3434\n " ,
7272 " # Run the workflow\n " ,
135135 "mimetype" : " text/x-python" ,
136136 "name" : " python" ,
137137 "nbconvert_exporter" : " python" ,
138- "pygments_lexer" : " ipython3"
138+ "pygments_lexer" : " ipython3" ,
139+ "version" : " 3.11.10"
139140 }
140141 },
141142 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments