summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 15:25:50 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 15:25:50 +0000
commit20dce046a003850f49c4e1d995348bc8e4cef85b (patch)
tree1f51a09c28f5d9a48af8c8fbce62da9124c7be50 /src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp
parente0940ef5613346858ddd4be6018363c4f9ad5afb (diff)
parent961d3264b4554cdd03d1c5a13e714e1ea38733ff (diff)
Merge ST_automatic_dimension_set branch development in trunk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2834 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 41049bafd6f470536e7a81ac9ad76e3d9395f8e9
Diffstat (limited to 'src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp')
-rw-r--r--src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp b/src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp
index f53987b6..a1c106d5 100644
--- a/src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp
+++ b/src/Persistent_cohomology/test/persistent_cohomology_unit_test.cpp
@@ -196,8 +196,6 @@ BOOST_AUTO_TEST_CASE( persistence_constructor_exception )
// To make number of simplices = 255
const short simplex_0[] = {0, 1, 2, 3, 4, 5, 6, 7};
st.insert_simplex_and_subfaces(simplex_0);
- // FIXME: Remove this line
- st.set_dimension(8);
// Sort the simplices in the order of the filtration
st.initialize_filtration();