Skip to content
New issue

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

delete the MirrorSparseMatrix type #384

Merged
merged 7 commits into from
Feb 29, 2024

Conversation

macklin-10x
Copy link
Contributor

Deletes the known-dead MirrorSparseMatrix type, and then proceeds to delete absolutely everything else that had anything to do with it.

Copy link
Contributor

@sreenathkrishnan sreenathkrishnan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see so much dead code removed. It also simplifies some conditionals as an added bonus

u64,
Vec<(String, u32, u32, u32)>,
)>::new();
let mut results = Vec::<(usize, LoadResult)>::new();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woah! You managed to track each of the tuple elements 🙏

@macklin-10x macklin-10x merged commit e20cff6 into main Feb 29, 2024
2 checks passed
@macklin-10x macklin-10x deleted the macklin/remove-custom-sparse-matrix branch February 29, 2024 18:45
macklin-10x added a commit to 10XGenomics/enclone that referenced this pull request Mar 6, 2024
Removes everything that depended on the known-dead MirrorSparseMatrix type removed in 10XGenomics/enclone_ranger#384

Deletes enclone_visual and everything I could find relating to it.

Sets tests to panic instead of existing the process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants