Closed gperciva closed 3 years ago
The test_onlinequantile binary takes a "test case" text file and runs the commands within it. Those commands are:
test_onlinequantile
The primary motivation is to ensure that the current (presumably desirable) behaviour is retained when I start modifying the code.
LGTM, please rebase and fix conflicts.
I thought you fixed "Unexpected instruction" but I'm still seeing it here.
I fixed it in the "line[1] isn't '\t'", but not in the default: place. Fixed and rebased.
default:
The
test_onlinequantile
binary takes a "test case" text file and runs the commands within it. Those commands are:The primary motivation is to ensure that the current (presumably desirable) behaviour is retained when I start modifying the code.