SAND-Lab / MEA-NAP

MEA-NAP. A streamlined diagnostic and analytic tool for data obtained using microelectrode arrays.
GNU General Public License v3.0
12 stars 6 forks source link

Error in raw data folder input #40

Closed adampavlinek closed 6 months ago

adampavlinek commented 6 months ago

I get the following error when inputing the raw data folder using the GUI:

Unrecognized method, property, or field 'RawDataFolderEditField_2' for class 'MEANAPApp'.

Error in runPipelineApp (line 123) app.RawDataFolderEditField_2.Value = app.RawDataFolderEditField.Value;

Error in MEApipeline (line 78) runPipelineApp

Timothysit commented 6 months ago

Hi, sorry this is likely due to a work in progress feature in the GUI, I have committed a new version of the GUI code just now, can you download it and try again? Let me know if this fixes it / the issue persists. Thanks!

adampavlinek commented 6 months ago

Hi thanks that solved it!