v1.0.0-rc.91

This commit is contained in:
2025-10-20 20:43:44 +02:00
parent 6524365ffa
commit 061152279c
260 changed files with 4856 additions and 1063 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <catch2/catch_all.hpp>
#include "../image_analysis/bragg_integration/ResolutionShells.h"
#include "../common/ResolutionShells.h"
TEST_CASE("ResolutionShells_WrongInput") {
REQUIRE_THROWS(ResolutionShells(-1,5,10));