Skip to content

Commit

Permalink
Don't plot network by default. [ref #193]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 14, 2021
1 parent b828ef0 commit 1e5c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/BioSimSpace/Align/_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
except:
_fkcombu_exe = None

def generateNetwork(molecules, names=None, work_dir=None, plot_network=True):
def generateNetwork(molecules, names=None, work_dir=None, plot_network=False):
"""Generate a perturbation network using Lead Optimisation Mappper (LOMAP).
Parameters
Expand Down

0 comments on commit 1e5c8db

Please sign in to comment.