Skip to content

Commit

Permalink
removing pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnthomas98 committed Sep 9, 2024
1 parent d5a79cb commit d37f15a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/ARAX/BiolinkHelper/biolink_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def _create_biolink_lookup_map(self) -> Dict[str, Dict[str, Dict[str, Union[str,

# -------------------------------- PREDICATES --------------------------------- #
predicate_dag = self._build_predicate_dag(biolink_model)
import pdb;pdb.set_trace()
# Build our map of predicate ancestors/descendants for easy lookup, first WITH mixins
for node_id in list(predicate_dag.nodes):
node_info = predicate_dag.nodes[node_id]
Expand Down

0 comments on commit d37f15a

Please sign in to comment.