Skip to content

Commit

Permalink
familly net creation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Aug 19, 2022
1 parent efdbb3c commit 1377357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patent2Net/P2N-Nets-new.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def cycle (liste):

for bre in df.itertuples():
if not isinstance(bre.country, list):
bre.country = [bre.country]
dt.loc[bre.Index, 'country'] = [bre.country]

for country in bre.country:
if len(country) > 0 and bool(country.strip()):
Expand Down Expand Up @@ -1323,7 +1323,7 @@ def cycle (liste):
anglOpt = "{{loadingMessage=='' ? 'LOAD GRAPH' : loadingMessage}}"
)

# Graph recupes v2
# Graph recipes v2
RenderTemplate(
"graph-recipes.html",
configFile.ResultPath+"/graph-recipes-" + projectName + ".html",
Expand Down

0 comments on commit 1377357

Please sign in to comment.