HumanNeuronLab / voxeloc

1 stars 0 forks source link

Problem with linux os system #1

Closed TimnaKleinman closed 2 weeks ago

TimnaKleinman commented 3 weeks ago

When running the code on linux we are getting an error in the offset function in the line - elseif islinux (var doesn't exist). We solved it by simply removing the if and leaving hardcoded - os = 'linux';

jonathanmonney commented 2 weeks ago

Dear @TimnaKleinman, thank you very much for letting me know about this error. I have just pushed an updated version with a bug fix. Note: the command "islinux" was replaced with "isunix", which is the correct call to test for a linux OS.

Thanks again for your help and for letting me know! Jonathan