openproblems-bio / openproblems

Formalizing and benchmarking open problems in single-cell genomics
MIT License
320 stars 80 forks source link

Handle NaNs in nextflow export #681

Closed scottgigante-immunai closed 1 year ago

scottgigante-immunai commented 1 year ago

NaNs are not correctly parsed by netlify. This converts non-finite metric outputs to strings.

scottgigante-immunai commented 1 year ago

not sure i understand why you delete non-nan metrics

I am only deleting all-NaN metrics, no? Unless I've made a mistake somewhere.

LuckyMD commented 1 year ago

Ah... phew. Yes ^^. Everytime I see np.isnan I think a ~ in front it seems.