point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Bug: Skip files that have less than `num_neighbours` neighbours #108

Closed abelsiqueira closed 1 year ago

abelsiqueira commented 1 year ago

Currently, if a file has less than num_neighbours after cleaning (e.g., NLDHL_pvol_20200322T1910_6234.h5.csv.gz), the following error appears:

positional indexers are out-of-bounds
abelsiqueira commented 1 year ago

Related to #99