Skip to content
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

to_numpy_array: test non-potence with empty numpy array or empty gmic array #55

Open
myselfhimself opened this issue Sep 1, 2020 · 0 comments
Labels
testing Unit / integration testing

Comments

@myselfhimself
Copy link
Owner

myselfhimself commented Sep 1, 2020

make a test for this:

a = []
gmic.run("0", a)
a[-1].to_numpy_array() 
#array([], shape=(0, 0, 0, 0), dtype=float32)

# have some memory-writing gmic operation within the test flow: "mirror x mirror x" or  "+ 0"
@myselfhimself myselfhimself changed the title test non-potence with empty numpy array or empty gmic array numpy: test non-potence with empty numpy array or empty gmic array Sep 1, 2020
@myselfhimself myselfhimself changed the title numpy: test non-potence with empty numpy array or empty gmic array to_numpy_array: test non-potence with empty numpy array or empty gmic array Sep 4, 2020
@myselfhimself myselfhimself added the testing Unit / integration testing label Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Unit / integration testing
Projects
None yet
Development

No branches or pull requests

1 participant