Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/ipc_toolkit/ipc_toolkit_tests_data.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else()
SOURCE_DIR ${IPC_TOOLKIT_TESTS_DATA_DIR}

GIT_REPOSITORY https://github.com/ipc-sim/ipc-toolkit-tests-data.git
GIT_TAG 333aed25f87c5820bec8a7f82d7959ff87a9a502
GIT_TAG 0c6ce752d020db32f62da37d7b8ca9f73c204b36

CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down
16 changes: 8 additions & 8 deletions tests/src/tests/collisions/test_normal_collisions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ TEST_CASE("NormalCollisions::to_string", "[collisions]")
std::string s = collisions.to_string(mesh, vertices);

CHECK(s == R"ipc_Qu8mg5v7(
vv: 1 5, w: 1, d: 0.000913492
vv: 160 163, w: 1, d: 0.000277936
ev: 14=(24, 46) 205, w: 0.0140559, d: 0.00500364
ev: 719=(237, 261) 128, w: 0.0122856, d: 0.00727213
ee: 14=(24, 46) 456=(161, 205), w: -0.00297853, dtype: 0, d: 0.00538125
ee: 346=(76, 128) 718=(236, 261), w: -0.00328539, dtype: 5, d: 0.00717647
fv: 17=(46, 24, 72) 205, w: 0.0137957, d: 0.00500269
fv: 471=(155, 238, 259) 64, w: 0.0160469, d: 0.00639199)ipc_Qu8mg5v7");
vv: 4 140, w: -0.0128182, d: 0.00568928
vv: 119 243, w: -0.0263598, d: 0.00727215
ev: 14=(18, 37) 187, w: 0.0140559, d: 0.00500364
ev: 719=(219, 243) 119, w: 0.0122856, d: 0.00727213
ee: 14=(18, 37) 456=(144, 187), w: -0.00297852, dtype: 0, d: 0.00538125
ee: 346=(67, 119) 718=(218, 243), w: -0.00328539, dtype: 5, d: 0.00717647
fv: 17=(37, 18, 63) 187, w: 0.0137957, d: 0.00500269
fv: 471=(140, 220, 241) 55, w: 0.0160469, d: 0.006392)ipc_Qu8mg5v7");
}
Loading