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
Territory code aliases implementation is quite a mess, and to make it easier to maintain, use a directed acyclic graph to store the subdivision / country relationship as well as aliases.
With such a structure, we can easily solve #5 and check for stupid cycles in unit tests.
I think I'll leverage the NetworkX package to do so.
The text was updated successfully, but these errors were encountered:
Territory code aliases implementation is quite a mess, and to make it easier to maintain, use a directed acyclic graph to store the subdivision / country relationship as well as aliases.
With such a structure, we can easily solve #5 and check for stupid cycles in unit tests.
I think I'll leverage the NetworkX package to do so.
The text was updated successfully, but these errors were encountered: