Skip to content

Commit

Permalink
remove old stuff
Browse files Browse the repository at this point in the history
Js net files just add some extra attributes(mainly useless I think) but arre done with dynamic nets into P2N-NetworkBis.py
  • Loading branch information
Patent2net committed Jul 23, 2021
1 parent 20bed38 commit 9d3de5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 330 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ venv.bak/

*.ps1
DetectLanguageAPI.txt
*.py~
329 changes: 0 additions & 329 deletions Patent2Net/P2N-NetworksJS.py

This file was deleted.

2 changes: 1 addition & 1 deletion p2n/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def classic_interface(options):
# run_script('P2N-PreNetworks.py {network}'.format(network=network), configfile)
run_script('P2N-NetworksBis.py {network}'.format(network=network), configfile)
AnnonceProgres (Appli = 'p2n_network', valMax = len(networks), valActu = compt*100/len(networks)) # valMax is unused in front end
run_script('P2N-NetworksJS.py {network}'.format(network=network), configfile)
# run_script('P2N-NetworksJS.py {network}'.format(network=network), configfile)
#adding the complete net a buggy very very slow process

# run_script('P2N-NetworksFull.py', configfile)
Expand Down

0 comments on commit 9d3de5f

Please sign in to comment.