Skip to content

Commit

Permalink
Fix the default for get vectors:
Browse files Browse the repository at this point in the history
  • Loading branch information
abradle committed Oct 11, 2018
1 parent f18383e commit a4afc35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frag/network/decorate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def deletion_linker_sd(input_mol, iso_labels=True):


def get_3d_vects_for_mol(input_mol):
tot_dict = del_link_coord(input_mol)
tot_dict = del_link_coord(input_mol, iso_lables=True)
tot_dict["additions"] = decorate_3d_mol(input_mol)
return tot_dict

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ neo4j-driver
numpy
nose
coveralls
requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.0.38",
version="0.0.39",
description="Library for fragment based analysis",
long_description=long_description,
# The project's main homepage.
Expand Down

0 comments on commit a4afc35

Please sign in to comment.