-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
There are a number of functions that don’t have unit tests yet. 2 parts to this:
- Add tests for core types that are missing them. In priority order that is
Tensor,AlignedPtr,TensorView - Add code coverage metrics with gcov + coveralls
@kcheney1 this would be a good starting point for you! Take a look in include/tnt/core/impl/tensor_impl.hpp. Tests are inside of TEST_CASEs. Pick any function you like that doesn’t have a test after it. You can create a branch and make a pull request.
Sent with GitHawk
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed