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 1377357 commit d173fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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):
dt.loc[bre.Index, 'country'] = [bre.country]
df.loc[bre.Index, 'country'] = [bre.country]

for country in bre.country:
if len(country) > 0 and bool(country.strip()):
Expand Down

0 comments on commit d173fdb

Please sign in to comment.