NeuralEnsemble / cobrawap

Collaborative Brain Wave Analysis Pipeline (Cobrawap)
https://cobrawap.readthedocs.io/
GNU General Public License v3.0
17 stars 16 forks source link

Removing useless update of asig name (gives error when name not defined) #67

Closed cosimolupo closed 5 months ago

cosimolupo commented 5 months ago

This PR fixes a bug due to the residual presence of a placeholder for the update of asig name in some scripts of stage 2, e.g. asig.name += "", giving error if name attribute was not yet properly initialized. Being useless, when not dangerous, this line has been removed in all the scripts where still present.