Skip to content

Commit

Permalink
fixup! Add new cluster-based estimation mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
glpuga committed Dec 27, 2023
1 parent e8906dd commit f2e2026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct ClusterBasedEstimationDetailTesting : public testing::Test {
kAngularHashResolution // theta
};

[[nodiscard]] auto generate_test_grid_cell_data_map() {
[[nodiscard]] auto generate_test_grid_cell_data_map() const {
constexpr auto kUpperLimit = 30.0;

GridCellDataMap2D map;
Expand Down

0 comments on commit f2e2026

Please sign in to comment.