We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running sort1D as the only effect, I've found that it fails an assertion. This manifests on a real matrix as a cut off screen.
This happens with every* run of algo 16, merge_sort_inplace, any draw/highlight style combination.
merge_sort_inplace
>> Now drawing sort1D (algo 16, draw style 0)................................... ................................................................................ .....................................Assertion failed: x < matx (src/modules/out_sdl2.c: set: 93)
The text was updated successfully, but these errors were encountered:
Getting a similar error in the same module, but on y axis
Now drawing sort1D.............................................................................................................sled: src/modules/out_udp2.c:128: set: Assertion `y < Y_SIZE' failed. [1] 21155 abort (core dumped) ./sled -o udp2:192.168.4.1:10000,25 ./sled -o udp2:192.168.4.1:10000,25 77.01s user 82.35s system 1% cpu 2:16:33.41 total
Sorry, something went wrong.
close #74 - sort1D: merge_sort_inplace h2 > matx
42dbac7
No branches or pull requests
While running sort1D as the only effect, I've found that it fails an assertion.
This manifests on a real matrix as a cut off screen.
This happens with every* run of algo 16,
merge_sort_inplace
, any draw/highlight style combination.The text was updated successfully, but these errors were encountered: