Skip to content

write_csv does not work for map with insets #230

@adisidev

Description

@adisidev

// Fill up the rows with the IDs and target areas
for (const auto &[id, inset_pos] : gd_to_inset_) {
const auto &inset_state = inset_states_.at(inset_pos);
const auto target_area = inset_state.target_area_at(id);
csv_rows.push_back({id, std::to_string(target_area)});
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions