Skip to content

Commit

Permalink
🚧 make random_layout_generator.cpp unused to find out why the github …
Browse files Browse the repository at this point in the history
…action (windows debug) does not work.
  • Loading branch information
Drewniok committed Jul 19, 2023
1 parent f5eb41d commit a265a7e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test/algorithms/simulation/sidb/random_layout_generator.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
////
//// Created by Jan Drewniok on 04.05.23.
////
//
// #include <catch2/catch_template_test_macros.hpp>
// #include <catch2/matchers/catch_matchers_floating_point.hpp>
//
// #include <fiction/algorithms/path_finding/distance.hpp>
// #include <fiction/algorithms/simulation/sidb/random_layout_generator.hpp>
// #include <fiction/layouts/cartesian_layout.hpp>
// #include <fiction/layouts/cell_level_layout.hpp>
// #include <fiction/layouts/clocked_layout.hpp>
// #include <fiction/technology/cell_technologies.hpp>
//
// #include <sstream>
// #include <vector>
//
// using namespace fiction;
// Created by Jan Drewniok on 04.05.23.
//

#include <catch2/catch_template_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>

#include <fiction/algorithms/path_finding/distance.hpp>
#include <fiction/algorithms/simulation/sidb/random_layout_generator.hpp>
#include <fiction/layouts/cartesian_layout.hpp>
#include <fiction/layouts/cell_level_layout.hpp>
#include <fiction/layouts/clocked_layout.hpp>
#include <fiction/technology/cell_technologies.hpp>

#include <sstream>
#include <vector>

using namespace fiction;
//
// TEST_CASE("Random cube::coord_t layout generation", "[generate_random_layout]")
//{
Expand Down

0 comments on commit a265a7e

Please sign in to comment.