We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asv compare
E.g. I currently see:
| Change | Before [c68557c5] <main> | After [055b5c56] | Ratio | Benchmark (Parameter) | |----------|----------------------------|---------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | - | 217M | 194M | 0.89 | preprocessing.PreprocessingSuite.peakmem_calculate_qc_metrics(AnnData object with n_obs × n_vars = 700 × 765 obs: 'bulk_labels', 'n_genes', 'percent_mito', 'n_counts', 'S_score', 'G2M_score', 'phase', 'louvain' var: 'n_counts', 'means', 'dispersions', 'dispersions_norm', 'highly_variable' uns: 'bulk_labels_colors', 'louvain', 'louvain_colors', 'neighbors', 'pca', 'rank_genes_groups' obsm: 'X_pca', 'X_umap' varm: 'PCs' obsp: 'distances', 'connectivities') |
which isn’t valid markdown.
The problem in fixing this is is that tabulate seems unmaintained, and there is no community fork yet: astanin/python-tabulate#281
tabulate
So we can’t expect that project to release a fix soon.
The text was updated successfully, but these errors were encountered:
Seems like https://github.com/hvalev/py-markdown-table might be useful here.
Sorry, something went wrong.
No branches or pull requests
E.g. I currently see:
which isn’t valid markdown.
The problem in fixing this is is that
tabulate
seems unmaintained, and there is no community fork yet: astanin/python-tabulate#281So we can’t expect that project to release a fix soon.
The text was updated successfully, but these errors were encountered: