-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Test coverage #5
Comments
Important note: the |
So I am not quite sure where to put this. In #28 I added a test to run all examples. It will run locally, but something about the julia namespace bugs out on the testsuite:
We get such errors at random, so I am not sure how to fix this right now. Maybe take inspiration from: https://github.com/JuliaGPU/KernelAbstractions.jl/blob/master/test/examples.jl ? I need to modify it to make sure we run the correct example with the |
Fae.jl is currently lacking tests. Here are some that we need:
define_...(...)
functions, so we should testdefine_square(...)
anddefine_rectangle(...)
as well as a few different configurations for each shape. Hutchinson objects off one pixel and missing lower right value #30 is a bit limiting here, so we should also tackle this.Broken Tests:
ROCArray
s #31The text was updated successfully, but these errors were encountered: