MOFA2
MOFA2 copied to clipboard
'ascii' codec can't decode byte 0xce in position 2: ordinal not in range(128)
Dear all, I run python 3.11 mu.tl.mofa(mdata, use_obs='union', convergence_mode='medium', outfile=f'Saved_models/mofatalk{combo}.h5ad', n_factors=4, )
model = mofa.mofa_model(f"Saved_models/mofatalk{combo}.h5ad") lead to 'ascii' codec can't decode byte 0xce in position 2: ordinal not in range(128)
How can I fix that ?
Thank you very much. Best, Simon