From 1f5de788733438ab2f3a67264d094135f23091d9 Mon Sep 17 00:00:00 2001 From: Tom Schammo Date: Thu, 26 Dec 2024 15:21:01 +0100 Subject: [PATCH] refactor: Remove function header of `snow` that has no implementation --- cpp/include/weather.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpp/include/weather.hpp b/cpp/include/weather.hpp index c541891..82e09a4 100644 --- a/cpp/include/weather.hpp +++ b/cpp/include/weather.hpp @@ -56,11 +56,6 @@ snow(torch::Tensor point_cloud, rain(torch::Tensor point_cloud, std::string_view noise_filter_path, uint32_t num_drops_sigma, float precipitation_sigma, float prob); -[[nodiscard]] torch::Tensor -snow(torch::Tensor point_cloud, - const cpp_utils::distribution_ranges &dims, uint32_t num_drops, - float precipitation, int32_t scale, float max_intensity = 1); - [[nodiscard]] std::optional snow(torch::Tensor point_cloud, std::string_view noise_filter_path, uint32_t num_drops_sigma, float precipitation_sigma, int32_t scale,