izaletel / NeuroMorpho-Access-Tool

NeuroMorpho Access Tool (NMAT) is a simple GUI that can be used to easily access and obtain information from the NeuroMorpho.Org database
MIT License
0 stars 0 forks source link

Code fixes - Widget section - Brain region #23

Closed izaletel closed 2 years ago

izaletel commented 2 years ago

The following codes need to be fixed in the widget section (errors are in bold)

`widg1 = widget.Dropdown(options=['All', 'abdominal ganglion', 'accessory lobe', 'accessory olfactory bulb', 'adult subesophageal zone', 'amygdala' 'antenna', 'antennal lobe', 'anterior olfactory nucleus', 'basal forbrain, 'basal ganglia', 'brainstem', 'Central complex', 'Central nervous system', 'cerebellum', 'cerebral ganglion', 'Cochlea', 'corpus callosum', 'cortex', 'electrosensory lobe', 'endocrine system', 'enthorinal cortex','..............

izaletel commented 2 years ago

Can be closed if fixed.

weeduck commented 2 years ago

Error in app was due to threading, causing a bug that looks like the issue above. Fixed