LukeTheHecker / esinet

EEG inverse solution with artificial neural networks. This package works with MNE-Python data structures for easy integration into your MNE-based M/EEG code
MIT License
38 stars 9 forks source link

Incorrect File Name while creating forward model #1

Closed Neuro-Platypus closed 6 months ago

Neuro-Platypus commented 3 years ago

There's an error in create_forward_model when both tutorials are executed. ---> 95 source = mne.read_source_spaces(savepath+"/"+sampling+"-src.fif", verbose=verbose) should be ---> 95 source = mne.read_source_spaces(savepath+"\"+sampling+"-src.fif", verbose=verbose)