Skip to content

Commit

Permalink
Minor cleanup for PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyfertig committed Sep 25, 2024
1 parent 91a0928 commit 5cb5e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cxx/gendb.hh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class GenDB {
const bool to_cluster_only = false);

// Recursively incorporates the items and values of stored_values for a single
// relation.
// relation (and its base relations).
template <typename T>
void incorporate_reference_relation(
std::mt19937* prng, Relation<T>* rel, const std::string& rel_name,
Expand Down
2 changes: 1 addition & 1 deletion cxx/gendb_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ BOOST_AUTO_TEST_CASE(test_logp_score) {
std::mt19937 prng;
GenDB gendb(&prng, schema);
setup_gendb(&prng, gendb);
// BOOST_TEST(gendb.logp_score() < 0.0);
BOOST_TEST(gendb.logp_score() < 0.0);
}

BOOST_AUTO_TEST_CASE(test_update_reference_items) {
Expand Down

0 comments on commit 5cb5e55

Please sign in to comment.