Improve test coverage #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are a number of functions that don’t have unit tests yet. 2 parts to this:
Tensor
,AlignedPtr
,TensorView
@kcheney1 this would be a good starting point for you! Take a look in
include/tnt/core/impl/tensor_impl.hpp
. Tests are inside ofTEST_CASE
s. 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
The text was updated successfully, but these errors were encountered: