You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the code below I can get the logger main config properties and the table for mast, lidar, floating_lidar but NOT for solar and sodar stations. The outputs of .properties and .get_table are an empty list and None.
Note that properties are also ordered as for Date of Update, at least the get_table should show configs ordered by date_from
BiancaMorandi
changed the title
[_LoggerMainConfigs__get_properties] This function works only with mast and rsd devices stations but not with solar
[_LoggerMainConfigs__get_properties] This function do not work for solar and sodar stations
Mar 6, 2025
Describe the bug
When running the code below I can get the logger main config properties and the table for mast, lidar, floating_lidar but NOT for solar and sodar stations. The outputs of .properties and .get_table are an empty list and None.
This is because the
_LoggerMainConfigs__get_properties
function used is not working for solar/sodar stations.Expected behavior
The
_LoggerMainConfigs__get_properties
function should be updated to work also for solar/sodar stations.The text was updated successfully, but these errors were encountered: