Skip to content
Snippets Groups Projects
Commit 6fc1297a authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Remove testing of diagonal in empty generic data set

In a test of the behavior of an empty generic data set, it tries to
check the length of the diagonal. Before this check, it already verifies
that the bounds are unitialized. After that, it assumes the length is
2sqrt(3), which is a nonsensical result of a happenstance. The
happenstance has changed and the test started failing for no reason.
Just delete this nonsense test.
parent b16da57f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment