Skip to content

Commit

Permalink
refactor: Remove function header of snow that has no implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo committed Dec 26, 2024
1 parent a260db6 commit 1f5de78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/include/weather.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<float> &dims, uint32_t num_drops,
float precipitation, int32_t scale, float max_intensity = 1);

[[nodiscard]] std::optional<torch::Tensor>
snow(torch::Tensor point_cloud, std::string_view noise_filter_path,
uint32_t num_drops_sigma, float precipitation_sigma, int32_t scale,
Expand Down

0 comments on commit 1f5de78

Please sign in to comment.