Skip to content

Improving how we sample indices to test to avoid hard-coding #39

@jameslevitt

Description

@jameslevitt

This line in gofmm::SelfTesting sets the target index to 1000 * i, where 0 <= i < ntest. LaunchHelper calls SelfTesting with ntest = 100, which triggers a segfault if the matrix has fewer than 100k rows.

This issue was fixed before here and reintroduced here. I suggest changing it back or doing something else that doesn't involve hardcoding indices.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions