Merge branch 'main' into developer

This commit is contained in:
Erik Fröjdh
2024-11-15 16:19:34 +01:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

@ -203,6 +203,7 @@ TEST_CASE("Bitwise and on data") {
REQUIRE(a(2) == 384);
}
TEST_CASE("Elementwise operations on images") {
std::array<int64_t, 2> shape{5, 5};
double a_val = 3.0;