Skip to content

Commit

Permalink
Remove experimental code from standard test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Sep 9, 2015
1 parent eb04e7a commit bf605a0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ BOOST_FIXTURE_TEST_SUITE(ticket_913, cath::test::ticket_913_fixture)

/// \brief TODOCUMENT
BOOST_AUTO_TEST_CASE(ssap) {
const auto ssap_data = ssap_scores_file::parse_ssap_scores_file_simple( ssap_results_file );
BOOST_REQUIRE_EQUAL( ssap_data.size(), 21576 );
BOOST_CHECK( true );
// const auto ssap_data = ssap_scores_file::parse_ssap_scores_file_simple( ssap_results_file );
// BOOST_REQUIRE_EQUAL( ssap_data.size(), 21576 );

// const auto is_pos = make_label_pair_is_positive( labelled_pair_list );
//
Expand Down

0 comments on commit bf605a0

Please sign in to comment.