v1.0.0-rc.70

This commit is contained in:
2025-08-27 06:21:10 +02:00
parent 06978efe6b
commit bb32f27635
229 changed files with 2446 additions and 399 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <catch2/catch_all.hpp>
#include "../image_analysis/StrongPixelSet.h"
#include "../image_analysis/spot_finding/StrongPixelSet.h"
TEST_CASE("DiffractionSpot_AddOperator","[StrongPixelSet]") {
DiffractionSpot spot1(4,1,10), spot2(3,4,5);