Open jgattiker opened 3 years ago
Is this the error you are referring to?
Fixed here: a3a9c7f
Problem: In compute_sim_PCA_basis() we set y_std = sim_data.y_std, then do standardization if necessary. We continue referring to y_std but never reset y_std = sim_data.y_std so it remained NoneType even after calling standardize_y()
create_D and create_K basis methods should check that standardize_y and transform_xt have been completed. (otherwise it errors out in a puzzling way)