rb643 / resting_state_eeg

8 stars 5 forks source link

Folder name clash #2

Closed janfreyberg closed 7 years ago

janfreyberg commented 7 years ago

I think I accidentally caused a clash between some folder names, calling it data rather than Data

D:

rb643 commented 7 years ago

Shouldn't be a big issue though :)

rb643 commented 7 years ago

The other data folder doesn't seem to be synching with mine anyway :)

Also, doesn't the init file need to go in the 'top' directory?

janfreyberg commented 7 years ago

Yeah I only have one folder!

And the __init__ file can be in any directory, it's just what is run when you call import foldername

janfreyberg commented 7 years ago

I'll push what I worked on yesterday in a sec

janfreyberg commented 7 years ago

I think I fixed this, your folder should now also be called data, not Data.

Makes life easier ;)

janfreyberg commented 7 years ago

@rb643 I fixed this on the github repo, but to fix this on your local machine you might have to delete the repository and clone it again... then we won't have to change data to Data all the time!