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

Add try_from_triplets_iter #1288

Merged
merged 2 commits into from
Sep 30, 2023
Merged

Add try_from_triplets_iter #1288

merged 2 commits into from
Sep 30, 2023

Conversation

JulianKnodt
Copy link
Contributor

Calls try_from_triplets for now, and is mentioned in the documentation.

Closes #1286

@Andlon
Copy link
Collaborator

Andlon commented Aug 22, 2023

Thanks! Would be nice to have some basic tests, would you mind adding some? The impl is trivial and correct as far as I can see, but the main purpose of basic tests is to make future refactoring easier/more robust.

Calls `try_from_triplets` for now, and is mentioned in the documentation.
@sebcrozet sebcrozet merged commit 25749e3 into dimforge:dev Sep 30, 2023
11 of 12 checks passed
@sebcrozet
Copy link
Member

Thanks @JulianKnodt for the PR and @Andlon for the review!

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.

Sparse COO Matrix try_from_triplets could have from_iterator
3 participants