Commit eaf9690d authored by hmund's avatar hmund
Browse files

avoid trying to reload pyenv

parent 7792d3cd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -44,7 +44,10 @@ function IR_data = generate_HOA_HRIRs_MOD_lens(order, python_path, sofa_path, so
    %

% Pointing to the correct python binary
py_env = pyenv;
if ~strcmp(py_env.Executable, python_path)
   pyenv('Version', python_path);
end

% Load in the support coefs
load('hrtf_support_coefs.mat', 'hrtf_support_coefs');