Closed arcondello closed 1 month ago
Why not more subdirectories for the tests, e.g. tests/test_nodes/mathematical/binaryop.cpp
?
Why not more subdirectories for the tests, e.g. tests/test_nodes/mathematical/binaryop.cpp?
That's a good idea. The reason was because the way the makefile did discovery, but that's not a thing anymore! I will make the change.
Though now I am half tempted to put them in the source tree... maybe later. For now I've added nesting in d6d2b5b
No functional changes.
This will speed up repeating compiling in some cases and overall make things a bit less unwieldy.
The
manipulation.hpp
name was chosen to match NumPy's array manipulation docs.