In the example you gave me a while ago @AdamWysokinski for decomposing an EEGLAB set file from scratch, I am now running into a bug where the set file is not properly read on the latest NeuroAnalyzer release (24.9). I made a small PR to fix this as when the set file is read on my end, it gets interpreted as a Dict type from the matread function. Not sure how you want to proceed -- here was the error I was seeing without the fix:
In the example you gave me a while ago @AdamWysokinski for decomposing an EEGLAB set file from scratch, I am now running into a bug where the set file is not properly read on the latest NeuroAnalyzer release (24.9). I made a small PR to fix this as when the set file is read on my end, it gets interpreted as a Dict type from the
matread
function. Not sure how you want to proceed -- here was the error I was seeing without the fix: