VH-Lab / NDR-matlab

Neuroscience Data Readers - A Matlab conglomerative library for reading neuroscience data files
1 stars 1 forks source link

Python checking code needs to be outside ndr_Init.m #60

Open stevevanhooser opened 1 year ago

stevevanhooser commented 1 year ago

The reason is that the checking code will not even compile on systems that don't have python. So we should call a function inside the "try" loop because it will fail to compile.