Skip to content

Commit e12b5a1

Browse files
HenrZuxsaschakojubicker
authored
1288 Delete simulation folder (#1323)
- Delete simulation directory including the corresponding plot scripts - Move simulations and plot scripts to memilio-simulations repository Co-authored-by: Sascha <51127093+xsaschako@users.noreply.github.com> Co-authored-by: jubicker <113909589+jubicker@users.noreply.github.com>
1 parent b1843bf commit e12b5a1

12 files changed

+2
-4804
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED "20")
88
option(MEMILIO_BUILD_TESTS "Build memilio unit tests." ON)
99
option(MEMILIO_BUILD_EXAMPLES "Build memilio examples." ON)
1010
option(MEMILIO_BUILD_MODELS "Build memilio models." ON)
11-
option(MEMILIO_BUILD_SIMULATIONS "Build memilio simulations that were used for scientific articles." ON)
1211
option(MEMILIO_BUILD_BENCHMARKS "Build memilio benchmarks with google benchmark." OFF)
1312
option(MEMILIO_BUILD_SBML_MODELS "Build the SBML importer and imported models." ON)
1413
option(MEMILIO_USE_BUNDLED_SPDLOG "Use spdlog bundled with epi" ON)
@@ -97,7 +96,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "DEBUG")
9796
NAME coverage
9897
EXECUTABLE memilio-test
9998
LCOV_ARGS --ignore-errors gcov,mismatch
100-
EXCLUDE "${CMAKE_SOURCE_DIR}/tests*" "${CMAKE_SOURCE_DIR}/simulations*" "${CMAKE_SOURCE_DIR}/examples*"
99+
EXCLUDE "${CMAKE_SOURCE_DIR}/tests*" "${CMAKE_SOURCE_DIR}/examples*"
101100
"${CMAKE_SOURCE_DIR}/memilio/ad*" "${CMAKE_BINARY_DIR}/*" "/usr*" "${CMAKE_SOURCE_DIR}/*.F"
102101
)
103102
endif()
@@ -201,10 +200,6 @@ if(MEMILIO_BUILD_TESTS)
201200
add_subdirectory(tests)
202201
endif()
203202

204-
if(MEMILIO_BUILD_SIMULATIONS)
205-
add_subdirectory(simulations)
206-
endif()
207-
208203
if(MEMILIO_BUILD_BENCHMARKS)
209204
add_subdirectory(benchmarks)
210205
endif()

cpp/models/abm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ To get started, check out the [official documentation](https://memilio.readthedo
55
or the code examples
66

77
- [examples/abm.cpp](../../examples/abm_minimal.cpp)
8-
- [examples/abm_minimal.cpp](../../examples/abm_history_object.cpp)
8+
- [examples/abm_minimal.cpp](../../examples/abm_history_object.cpp)

cpp/simulations/2020_npis_sarscov2_wildtype_germany.cpp

Lines changed: 0 additions & 686 deletions
This file was deleted.

cpp/simulations/2021_vaccination_sarscov2_delta_germany.cpp

Lines changed: 0 additions & 847 deletions
This file was deleted.

cpp/simulations/CMakeLists.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

cpp/simulations/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)