Skip to content

Commit

Permalink
Bug fix: removed ancestor_of_beta and descendant_of_beta from functio…
Browse files Browse the repository at this point in the history
…n_map (querybuilder_base.py)

- Need to check more why it was there and not in merged branch
  • Loading branch information
Snehal Waychal committed Dec 5, 2016
1 parent a3293c4 commit c0e2774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aiida/backends/querybuild/querybuilder_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,8 +1479,6 @@ def _get_function_map(self):
'master_of' : self._join_masters,# not implemented
'ancestor_of': self._join_ancestors,
'descendant_of': self._join_descendants,
'ancestor_of_beta': self._join_ancestors_beta, #not implemented
'descendant_of_beta': self._join_descendants_beta,
'direction' : None,
'group_of' : self._join_groups,
'member_of' : self._join_group_members,
Expand Down

0 comments on commit c0e2774

Please sign in to comment.