Skip to content
Snippets Groups Projects
Commit 199a75fe authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Patched test case to avoid tie-breaking dependency on floating-point inaccuracies.

parent d036565e
Branches
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ describe('the `planTrades` function', () => {
test('maximizes return on random forecast #4', () => {
expect(planTrades(
[
[5, 5, 5],
[6, 5, 5],
[4, 5, 6],
[3, 5, 6],
[4, 5, 7],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment