Skip to content

MatrixEwiseAddTests reworked#39

Merged
gsvgit merged 6 commits intoSparseLinearAlgebra:net5from
kirillgarbar:net5
Jan 26, 2022
Merged

MatrixEwiseAddTests reworked#39
gsvgit merged 6 commits intoSparseLinearAlgebra:net5from
kirillgarbar:net5

Conversation

@kirillgarbar
Copy link
Copy Markdown
Contributor

This fixes #33, except for using Expect.sequenceEqual. Tests were stuck on comparing two large arrays of row indices, so I think Expect.sequenceEqual's perfomance on large sequences is pretty bad. Some useful functions are also added to Matrix module.

@kirillgarbar kirillgarbar linked an issue Jan 25, 2022 that may be closed by this pull request
@gsvgit gsvgit requested a review from dpanfilyonok January 26, 2022 06:35
@gsvgit gsvgit merged commit 3d4d102 into SparseLinearAlgebra:net5 Jan 26, 2022
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.

Remarks about MatrixEwiseAddTests.fs

3 participants