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
The current dec_to_zone function hard-codes defaults the zone height to Constants.ONE_AMIN. When called in AxsFrame.region and AxsFrame.cone, it should used the zone height stored in metadata (at _table_info['zone_height']), otherwise region and cone-search function calls will fail for tables stored with other zone heights.
The text was updated successfully, but these errors were encountered:
ebellm
changed the title
dec_to_zone should not hard-code the zone height
dec_to_zone should use AxsFrame zone height rather than the default value
Aug 26, 2020
The current
dec_to_zone
function hard-codes defaults the zone height toConstants.ONE_AMIN
. When called inAxsFrame.region
andAxsFrame.cone,
it should used the zone height stored in metadata (at_table_info['zone_height']
), otherwise region and cone-search function calls will fail for tables stored with other zone heights.The text was updated successfully, but these errors were encountered: