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

Revise tests for least-square problems #227

Merged
merged 7 commits into from
Jul 24, 2020
Merged

Revise tests for least-square problems #227

merged 7 commits into from
Jul 24, 2020

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented Jul 18, 2020

Changes

TODO

@termoshtt termoshtt marked this pull request as draft July 18, 2020 17:52
@termoshtt
Copy link
Member Author

Test for complex case should be added for #220

@termoshtt termoshtt force-pushed the least-square-test branch 2 times, most recently from dff5631 to 9742c57 Compare July 20, 2020 06:19
@termoshtt termoshtt changed the title Move least-square tests to tests/ dir Revise tests for least-square problems Jul 22, 2020
@termoshtt termoshtt force-pushed the least-square-test branch from 50e52f2 to 7e3cd8b Compare July 23, 2020 15:28
@termoshtt termoshtt modified the milestone: 0.12.2 Jul 23, 2020
@termoshtt termoshtt force-pushed the least-square-test branch from d79606c to 6bbe87d Compare July 24, 2020 06:51
@termoshtt
Copy link
Member Author

Matrix layout issue will be treated in lax crate rather than ndarray-linalg in #206. This C/F mixed case should be handled in lax also.

@termoshtt termoshtt marked this pull request as ready for review July 24, 2020 12:25
@termoshtt termoshtt added this to the 0.13.0 milestone Jul 24, 2020
@termoshtt termoshtt merged commit 4d0d8c3 into master Jul 24, 2020
@termoshtt termoshtt deleted the least-square-test branch July 24, 2020 12:31
Comment on lines +28 to +32
#[test]
fn [<least_squares_ $scalar _exact>]() {
let a: Array2<f64> = random((3, 3));
test_exact(a)
}
Copy link
Member Author

Choose a reason for hiding this comment

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

s/f64/$scalar/g

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.

1 participant