MOFA2 icon indicating copy to clipboard operation
MOFA2 copied to clipboard

'ascii' codec can't decode byte 0xce in position 2: ordinal not in range(128)

Open SimonE1220 opened this issue 10 months ago • 0 comments

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

SimonE1220 avatar Mar 13 '25 14:03 SimonE1220