Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Jul 18, 2024
1 parent 0671142 commit 83e641b
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 63 deletions.
1 change: 1 addition & 0 deletions porems/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(self, inp, link="./", sort_list=[]):
self._mols = [self._inp]
elif isinstance(inp, Pore):
if sort_list:
print(inp.get_mol_dict().keys())
if sorted(sort_list) == sorted(list(inp.get_mol_dict().keys())):
self._mols = sum([inp.get_mol_dict()[x] for x in sort_list], [])
self._short_list = sort_list
Expand Down
Loading

0 comments on commit 83e641b

Please sign in to comment.