Skip to content

Commit

Permalink
Update create_database.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Dec 18, 2024
1 parent 23bc2bf commit d1dcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/create_database.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ std::vector<std::pair<int64_t, uint32_t>> get_subject_ids(
auto chunked_subject_id = table->GetColumnByName("subject_id");

if (chunked_subject_id == nullptr) {
throw std::runtime_error("Could not get column");
throw std::runtime_error("Could not get subject_id column, please double check that this is a MEDS 0.3.3 dataset");
}

for (const auto& subject_id_chunk : chunked_subject_id->chunks()) {
Expand Down

0 comments on commit d1dcfa4

Please sign in to comment.