Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laimaretto committed Feb 13, 2021
1 parent 2d9e949 commit 3ecc61a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python-graph-topology/functions.py
Expand Up @@ -73,6 +73,7 @@ def fnc_chains_ring(vector):
'Cadena_TX': re.compile(r'^(\w{5}_\w{5})_(\d{3})_(\D{1,6})$'),
'Area': re.compile(r'^(0.0.\d{1}.\d{1,2})$'),
'Region': re.compile(r'(.*0.0.\d{1}.\d{1,2}.+)'),
'General': re.compile(r'(.*)')
# ...
}

Expand All @@ -93,8 +94,6 @@ def fnc_build_filename(vector):
info = fnc_chains_ring(vector)
len_vector= len(vector)

#print info

if len_vector == 1:

tipoTopo = info[0][0]
Expand Down

0 comments on commit 3ecc61a

Please sign in to comment.