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

Fix test_gnn_model failing test #139

Closed lyashevska closed 10 months ago

lyashevska commented 10 months ago

When running pytest the following error is generated: TypeError: No loop matching the specified signature and casting was found for ufunc greater [BIR-4]

lyashevska commented 10 months ago

This issue appears to be resolved as a result of recent pull requests that have been merged. I have tested the functionality and can confirm that the bug no longer exists.