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

Add logging to the package #82

Closed lyashevska closed 1 year ago

lyashevska commented 1 year ago

Description

Basic logging functionality using logging module is added to gnn_model.py module. Others will follow once we assure that this is what is required. The amount of output to the log file might need to be reduced. Folder bird-cloud-gnn/logs is created if does not exist. Need to decide whether all logs will be written to the same file or separate.

Related issues:

78

Instructions to review the pull request

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

93.3% 93.3% Coverage
0.0% 0.0% Duplication

lyashevska commented 1 year ago

Closed this pull request for now as I will keep working to allow handlers send the log records created by loggers to the appropriate destination (i.e. console or another choosen by the end user).