Updated docstrings

This commit is contained in:
Alejandro Saucedo 2020-08-28 16:44:04 +01:00
parent cb0d7f7cf3
commit 46a0393b44
2 changed files with 81 additions and 12 deletions

View file

@ -8,3 +8,4 @@ TEST_CASE("Tensor should have same vector as initialised") {
kp::Tensor tensor(vec);
REQUIRE( tensor.data() == vec );
}