Skip to content

Commit

Permalink
🎨 Incorporated pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent a8576e5 commit 305f67c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/algorithms/simulation/sidb/clustercomplete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,14 @@ TEMPLATE_TEST_CASE(

clustercomplete_params<cell<TestType>> params{sidb_simulation_parameters{2, -0.28}};


SECTION("Check if ClusterComplete is deterministic")
{
std::set<double> ground_state{};
std::set<uint64_t> charge_index{};
#ifdef NDEBUG
for (auto i = 0; i < 100; i++)
#else // NDEBUG
for (auto i = 0; i < 10000; i++)
#else // NDEBUG
for (auto i = 0; i < 10000; i++)
#endif // NDEBUG
{
const auto simulation_results = clustercomplete<TestType>(lyt, params);
Expand Down

0 comments on commit 305f67c

Please sign in to comment.